| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-003-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-003-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-003-expected.html
|
| index ba73042691f6b9a6abf946e70bf9e9abf2411a77..814f06cca118885757e02d8d12c9b4d1df642dd9 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-003-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-003-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>
|
| @@ -60,7 +60,12 @@
|
| <body>
|
| <div class="flexContainer"
|
| ><div class="item1"
|
| - ><div class="grandchildA"></div><div class="grandchildB"></div></div><div class="item2"
|
| - ><div class="grandchildC"></div></div></div>
|
| + ><div class="grandchildA"></div
|
| + ><div class="grandchildB"></div
|
| + ></div
|
| + ><div class="item2"
|
| + ><div class="grandchildC"></div
|
| + ></div
|
| + ></div>
|
| </body>
|
| </html>
|
|
|