author | Daniel Holbert <dholbert@cs.stanford.edu> |
Thu, 20 Oct 2016 10:14:45 -0700 | |
changeset 318853 | 99404af2e2b3a336c51eac89e4b68c8e909afe2d |
parent 318852 | e2d125de7b243ca88d04bd7af6059b5db7a2249f |
child 318854 | 92d09cb049f594de283a06e111a2faaf74fbeb21 |
push id | 30854 |
push user | ryanvm@gmail.com |
push date | Fri, 21 Oct 2016 21:08:02 +0000 |
treeherder | mozilla-central@806054dd12bd [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1231682 |
milestone | 52.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/webkit-box/webkit-box-anon-flex-items-1.html +++ b/layout/reftests/webkit-box/webkit-box-anon-flex-items-1.html @@ -4,17 +4,16 @@ <title> Test for contiguous inline content getting wrapped in a single block, inside of -webkit-box. </title> <style> .container { display: -webkit-box; -webkit-box-pack: justify; - justify-content: space-between; /* XXX remove when bug 1231682 is fixed */ width: 300px; border: 1px solid black; font: 10px sans-serif; margin-bottom: 10px; } .container > * { background: lightgray; }
--- a/layout/reftests/webkit-box/webkit-box-anon-flex-items-2.html +++ b/layout/reftests/webkit-box/webkit-box-anon-flex-items-2.html @@ -3,17 +3,16 @@ <head> <title> Test for how block-in-inline splits behave inside of -webkit-box. </title> <style> .container { display: -webkit-box; -webkit-box-pack: justify; - justify-content: space-between; /* XXX remove when bug 1231682 is fixed */ width: 300px; border: 1px solid black; font: 10px sans-serif; } .container > * { background: lightgray; } </style>
--- a/layout/reftests/webkit-box/webkit-box-anon-flex-items-3.html +++ b/layout/reftests/webkit-box/webkit-box-anon-flex-items-3.html @@ -4,17 +4,16 @@ <title> Test for whether whitespace gets wrapped in an anonymous box, inside of -webkit-box. </title> <style> .container { display: -webkit-box; -webkit-box-pack: justify; - justify-content: space-between; /* XXX remove when bug 1231682 is fixed */ width: 300px; border: 1px solid black; white-space: pre; } </style> </head> <body> <!-- Note the space characters between the first and second divs here: -->