author | Jonathan Kew <jkew@mozilla.com> |
Thu, 08 Jan 2015 12:52:10 +0000 | |
changeset 222632 | ed41c08274941657a015e0997e7bf1c5a35de961 |
parent 222631 | 9ae6481e38cd4512fe78ab4be2cb72793f884d87 |
child 222633 | b43ac7b3918bef894d747b9724330a9d51626b46 |
push id | 53678 |
push user | jkew@mozilla.com |
push date | Thu, 08 Jan 2015 12:52:50 +0000 |
treeherder | mozilla-inbound@ed41c0827494 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jdaggett |
bugs | 1062108 |
milestone | 37.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
|
--- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -1189,17 +1189,17 @@ test-pref(dom.use_xbl_scopes_for_remote_ == 451876-2.html 451876-2-ref.html == 452915-1.html 452915-1-ref.html == 452964-1.html 452964-1-ref.html == 454361.html about:blank == 455105-1.html 455105-ref.html == 455105-2.html 455105-ref.html == 455171-5.html 455171-5-ref.html == 455280-1.xhtml 455280-1-ref.xhtml -skip-if(B2G) fails-if(Android) == 455826-1.html 455826-1-ref.html +skip-if(B2G) == 455826-1.html 455826-1-ref.html skip-if(B2G) fails-if(cocoaWidget) fails-if(Android) == 456147.xul 456147-ref.html # bug 458047 fuzzy-if(Android,11,40) fuzzy-if(B2G,11,35) fuzzy-if(d2d&&/^Windows\x20NT\x206\.2/.test(http.oscpu),1,69) == 456219-1a.html 456219-1-ref.html # bug 853273 fuzzy-if(Android,11,40) fuzzy-if(B2G,11,35) fuzzy-if(d2d&&/^Windows\x20NT\x206\.2/.test(http.oscpu),1,69) == 456219-1b.html 456219-1-ref.html # bug 853273 fuzzy-if(Android,11,40) fuzzy-if(B2G,11,35) fuzzy-if(d2d&&/^Windows\x20NT\x206\.2/.test(http.oscpu),1,69) == 456219-1c.html 456219-1-ref.html # bug 853273 == 456219-2.html 456219-2-ref.html == 456330-1.gif 456330-1-ref.png == 456484-1.html 456484-1-ref.html == 457398-1.html 457398-1-ref.html
--- a/layout/reftests/text/synthetic-bold-metrics-01-notref.html +++ b/layout/reftests/text/synthetic-bold-metrics-01-notref.html @@ -1,19 +1,19 @@ <!DOCTYPE html> <html> <head> <style type="text/css"> @font-face { - font-family: dvsm; - src: url(../fonts/DejaVuSansMono.woff); + font-family: dejavu; + src: url(../fonts/dejavu-sans/DejaVuSans.ttf); } p { - font-family: dvsm; /* family with only a single weight */ + font-family: dejavu; /* family with only a single weight */ } .test { color: white; /* hide the text, we're only comparing metrics */ } </style> </head> <body>
--- a/layout/reftests/text/synthetic-bold-metrics-01.html +++ b/layout/reftests/text/synthetic-bold-metrics-01.html @@ -1,19 +1,19 @@ <!DOCTYPE html> <html> <head> <style type="text/css"> @font-face { - font-family: dvsm; - src: url(../fonts/DejaVuSansMono.woff); + font-family: dejavu; + src: url(../fonts/dejavu-sans/DejaVuSans.ttf); } p { - font-family: dvsm; /* family with only a single weight */ + font-family: dejavu; /* family with only a single weight */ } .test { color: white; /* hide the text, we're only comparing metrics */ font-weight: bold; /* synthetic bold will be used */ } </style> </head>