☠☠ backed out by b59da510fb4e ☠ ☠ | |
author | Jonathan Kew <jkew@mozilla.com> |
Wed, 25 May 2016 09:23:13 +0100 | |
changeset 298923 | 51b1f2343ad9544921e68859dfbe9d3c79b00951 |
parent 298922 | f24ab718413961570a3c370396f7f297920229f7 |
child 298924 | b47a1a49cda2c961c45d851b85df1b2cf97d0a57 |
push id | 30286 |
push user | kwierso@gmail.com |
push date | Wed, 25 May 2016 22:33:39 +0000 |
treeherder | mozilla-central@1012461fa7bb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jrmuizel |
bugs | 1273154 |
milestone | 49.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
new file mode 100644 --- /dev/null +++ b/layout/reftests/bugs/1273154-2-ref.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> + <head> + <style> + body { + /* Force a large line-height so that we don't get a positioning + discrepancy on the test span depending on which font's metrics + are used in line-height computation. */ + font: 64px/2 serif; + } + span { + font-family: "Mongolian Baiti", "Times New Roman", serif; + font-size: 32px; + } + </style> + </head> + <body> + <span> ᠤᠨ</span> + </body> +</html>
new file mode 100644 --- /dev/null +++ b/layout/reftests/bugs/1273154-2.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> + <head> + <style> + body { + /* Force a large line-height so that we don't get a positioning + discrepancy on the test span depending on which font's metrics + are used in line-height computation. */ + font: 64px/2 serif; + } + span { + /* Times does NOT support Mongolian characters, so the entire text + should be rendered as a single Mongolian Baiti run, including + the initial U+202F, even though it _is_ available in Times. */ + font-family: "Times New Roman", "Mongolian Baiti", serif; + font-size: 32px; + } + </style> + </head> + <body> + <span> ᠤᠨ</span> + </body> +</html>
--- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -1949,9 +1949,10 @@ random-if(OSX==1006) == 1238243-2.html 1 fuzzy(100,2000) == 1239564.html 1239564-ref.html == 1242172-1.html 1242172-1-ref.html == 1242172-2.html 1242172-2-ref.html == 1242781.html 1242781-ref.html == 1263845.html 1263845-ref.html == 1260543-1.html 1260543-1-ref.html == 1272997-1.html 1272997-1-ref.html random-if(!winWidget) == 1273154-1.html 1273154-1-ref.html # depends on Windows font +random-if(!winWidget) == 1273154-2.html 1273154-2-ref.html # depends on Windows font == 1274368-1.html 1274368-1-ref.html