| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001-expected.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001-expected.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001-expected.xhtml
|
| index b14ae67fb888119ccc929239e97bca89052642c6..7e02b799f0f75b5d238ecc3c7bbaf87a53572e88 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001-expected.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001-expected.xhtml
|
| @@ -1,11 +1,11 @@
|
| <?xml version="1.0" encoding="UTF-8"?>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| -<!-- Reference case, with floated elements in place of flex items, and using
|
| +-->
|
| +<!-- Reference case, with floated elements in place of flex items, and using
|
| "position: relative" on those elements, to make z-index work on them
|
| - outside of a flex container. -->
|
| + outside of a flex container. -->
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| <title>CSS Reftest Reference</title>
|
| @@ -57,13 +57,13 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <!-- No "z-index" -->
|
| + <!-- No "z-index" -->
|
| <div class="flexbox">
|
| <div class="a"><div class="aKid"/></div>
|
| <div class="b"><div class="bKid"/></div>
|
| </div>
|
|
|
| - <!-- Various "z-index" just on the first item -->
|
| + <!-- Various "z-index" just on the first item -->
|
| <div class="flexbox">
|
| <div class="a zn1"><div class="aKid"/></div>
|
| <div class="b"><div class="bKid"/></div>
|
| @@ -75,7 +75,7 @@
|
| <div class="b"><div class="bKid"/></div>
|
| </div>
|
|
|
| - <!-- Various "z-index" just on the second item -->
|
| + <!-- Various "z-index" just on the second item -->
|
| <div class="flexbox">
|
| <div class="a"><div class="aKid"/></div>
|
| <div class="b zn1"><div class="bKid"/></div>
|
| @@ -87,7 +87,7 @@
|
| <div class="b z1"><div class="bKid"/></div>
|
| </div>
|
|
|
| - <!-- Various "z-index" on the first item, w/ "z-index:0" on second item -->
|
| + <!-- Various "z-index" on the first item, w/ "z-index:0" on second item -->
|
| <div class="flexbox">
|
| <div class="a zn1"><div class="aKid"/></div>
|
| <div class="b z0"><div class="bKid"/></div>
|
| @@ -99,7 +99,7 @@
|
| <div class="b z0"><div class="bKid"/></div>
|
| </div>
|
|
|
| - <!-- Various "z-index" on the second item, w/ "z-index:0" on first item -->
|
| + <!-- Various "z-index" on the second item, w/ "z-index:0" on first item -->
|
| <div class="flexbox">
|
| <div class="a z0"><div class="aKid"/></div>
|
| <div class="b zn1"><div class="bKid"/></div>
|
|
|