author | Jonathan Kew <jkew@mozilla.com> |
Fri, 03 Mar 2017 10:40:10 +0000 | |
changeset 345891 | 1402d02dd61e0f69c00da5a765d6083a627d35eb |
parent 345890 | c8f9ec4046eeded6871856b50eb7ea8a778d2f64 |
child 345892 | 237caed7236d209f45b39dc1e5ab12692087ea51 |
push id | 38337 |
push user | kwierso@gmail.com |
push date | Sat, 04 Mar 2017 01:30:14 +0000 |
treeherder | autoland@b691557cb7a3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | manishearth |
bugs | 1317047 |
milestone | 54.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/w3c-css/submitted/writing-modes-3/logical-physical-mapping-001-ref.html +++ b/layout/reftests/w3c-css/submitted/writing-modes-3/logical-physical-mapping-001-ref.html @@ -35,21 +35,21 @@ direction: ltr; } #body tr td:nth-child(2n+3) div { direction: rtl; } td { - padding: 10px; - font-size: 15px; - background-color: grey; - width: 80px; - height: 80px; + padding: 5px; + font-size: 13px; + background-color: silver; + width: 70px; + height: 70px; } .top { border-bottom: 2px dotted blue; border-top: 2px dotted orange; } .right {
--- a/layout/reftests/w3c-css/submitted/writing-modes-3/logical-physical-mapping-001.html +++ b/layout/reftests/w3c-css/submitted/writing-modes-3/logical-physical-mapping-001.html @@ -50,21 +50,21 @@ direction: ltr; } #body tr td:nth-child(2n+3) div { direction: rtl; } td { - padding: 10px; - font-size: 15px; - background-color: grey; - width: 80px; - height: 80px; + padding: 5px; + font-size: 13px; + background-color: silver; + width: 70px; + height: 70px; } .top { border-bottom: 2px dotted blue; } .right { border-left: 2px dotted blue;