| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-horiz-002-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-horiz-002-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-horiz-002-expected.html
|
| index db9098236982ebc5f15bbae605d4a74793a593c3..a9040e306c8cf0b3d809fa0c3da743ecb2c6e006 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-horiz-002-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-horiz-002-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>
|
| @@ -46,15 +46,15 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <!-- FIRST ROW: -->
|
| - <!-- One collapsed flex item, at the beginning of a flex line, which
|
| - ends up establishing its flex line's cross size: -->
|
| + <!-- FIRST ROW: -->
|
| + <!-- One collapsed flex item, at the beginning of a flex line, which
|
| + ends up establishing its flex line's cross size: -->
|
| <div class="flexContainer">
|
| <div class="collapsedItem"></div>
|
| <div class="halfWidthItem"></div>
|
| <div class="fullWidthItem"></div>
|
| </div>
|
| - <!-- ...and now with it being at the end of that flex line: -->
|
| + <!-- ...and now with it being at the end of that flex line: -->
|
| <div class="flexContainer">
|
| <div class="halfWidthItem"></div>
|
| <div class="collapsedItem"></div>
|
| @@ -63,10 +63,10 @@
|
|
|
| <div style="clear: both"></div>
|
|
|
| - <!-- SECOND ROW: -->
|
| - <!-- One collapsed flex item, initially in its own line. It ends
|
| + <!-- SECOND ROW: -->
|
| + <!-- One collapsed flex item, initially in its own line. It ends
|
| up being merged into another line after it collapses, due to its
|
| - (post-collapse) zero main-size. -->
|
| + (post-collapse) zero main-size. -->
|
| <div class="flexContainer">
|
| <div class="collapsedItem"></div>
|
| <div class="fullWidthItem"></div>
|
| @@ -85,19 +85,19 @@
|
|
|
| <div style="clear: both"></div>
|
|
|
| - <!-- THIRD ROW: -->
|
| - <!-- One collapsed flex item, initially in a line with an even-taller item.
|
| + <!-- THIRD ROW: -->
|
| + <!-- One collapsed flex item, initially in a line with an even-taller item.
|
| The collapsed item ends up shifting into another line after it
|
| collapses, but it carries the taller item's cross size with it, as its
|
| - strut size. -->
|
| + strut size. -->
|
| <div class="flexContainer">
|
| <div class="fullWidthItem"></div>
|
| <div class="collapsedItem" style="height: 40px"></div>
|
| <div class="veryTallItem"></div>
|
| </div>
|
| - <!-- ...and now with two (differently-sized) struts in first line:
|
| + <!-- ...and now with two (differently-sized) struts in first line:
|
| (the one that's taller - due to being initially grouped with the tall
|
| - item - wins out.) -->
|
| + item - wins out.) -->
|
| <div class="flexContainer">
|
| <div class="collapsedItem"></div>
|
| <div class="fullWidthItem"></div>
|
|
|