| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-wrap-horiz-001-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-wrap-horiz-001-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-wrap-horiz-001-expected.html
|
| index 009162db5e4239b07015cb67521841d4f9d587ab..bb76cafff144e012dc97a270835339d6ce29b5fa 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-wrap-horiz-001-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-wrap-horiz-001-expected.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| +-->
|
| <html>
|
| <head>
|
| <title>CSS Reftest Reference</title>
|
| @@ -35,63 +35,63 @@
|
| </head>
|
| <body>
|
|
|
| - <!-- Single small flex item -->
|
| + <!-- Single small flex item -->
|
| <div class="flexbox">
|
| <div class="halfMainSize fullCrossSize"></div>
|
| </div>
|
|
|
| - <!-- Single small flex item with 'margin-left' set to push it to protrude
|
| - from the far edge of the container (and to shrink as a result) -->
|
| + <!-- Single small flex item with 'margin-left' set to push it to protrude
|
| + from the far edge of the container (and to shrink as a result) -->
|
| <div class="flexbox">
|
| <div class="halfMainSize fullCrossSize"
|
| style="margin-left: 80px; width: 18px"></div>
|
| </div>
|
|
|
| - <!-- Single small inflexible flex item with 'margin-left' set to push it to
|
| - protrude from the far edge of the container -->
|
| + <!-- Single small inflexible flex item with 'margin-left' set to push it to
|
| + protrude from the far edge of the container -->
|
| <div class="flexbox">
|
| <div class="halfMainSize fullCrossSize"
|
| style="margin-left: 80px"></div>
|
| </div>
|
|
|
| - <!-- Two flex items, exactly large enough to fit in line (no wrapping): -->
|
| + <!-- Two flex items, exactly large enough to fit in line (no wrapping): -->
|
| <div class="flexbox">
|
| <div class="halfMainSize fullCrossSize" style="float: left"></div>
|
| <div class="halfMainSize fullCrossSize" style="float: left"></div>
|
| </div>
|
|
|
| - <!-- and now with some margin on first item, to force second item to wrap: -->
|
| + <!-- and now with some margin on first item, to force second item to wrap: -->
|
| <div class="flexbox">
|
| <div class="halfMainSize halfCrossSize"></div>
|
| <div class="halfMainSize halfCrossSize"></div>
|
| </div>
|
|
|
| - <!-- and now with some margin on second item, again forcing it to wrap: -->
|
| + <!-- and now with some margin on second item, again forcing it to wrap: -->
|
| <div class="flexbox">
|
| <div class="halfMainSize halfCrossSize"></div>
|
| <div class="halfMainSize halfCrossSize"></div>
|
| </div>
|
|
|
| - <!-- Single large flex item: overflows (but does not wrap) and is shrunk
|
| - to fit container's main-size -->
|
| + <!-- Single large flex item: overflows (but does not wrap) and is shrunk
|
| + to fit container's main-size -->
|
| <div class="flexbox">
|
| <div class="hugeMainSize fullCrossSize" style="width: 98px"></div>
|
| </div>
|
|
|
| - <!-- Single large flex item: overflows (but does not wrap) -->
|
| + <!-- Single large flex item: overflows (but does not wrap) -->
|
| <div class="flexbox">
|
| <div class="hugeMainSize fullCrossSize"></div>
|
| </div>
|
|
|
| - <!-- Small flex item, followed by large flex item (which wraps to
|
| - its own line and then shrink to container's main-size) -->
|
| + <!-- Small flex item, followed by large flex item (which wraps to
|
| + its own line and then shrink to container's main-size) -->
|
| <div class="flexbox">
|
| <div class="halfMainSize halfCrossSize"></div>
|
| <div class="hugeMainSize halfCrossSize" style="width: 98px"></div>
|
| </div>
|
|
|
| - <!-- Small flex item, followed by large inflexible flex item (which wraps to
|
| - its own line and then shrink to container's main-size) -->
|
| + <!-- Small flex item, followed by large inflexible flex item (which wraps to
|
| + its own line and then shrink to container's main-size) -->
|
| <div class="flexbox">
|
| <div class="halfMainSize halfCrossSize"></div>
|
| <div class="hugeMainSize halfCrossSize"></div>
|
|
|