| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001.xhtml
|
| index 3febbfb7e14ccafbce813f4160e44fabbfbbe101..fac905339110967578289f18ae156e4a651d81ab 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-items-as-stacking-contexts-001.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/
|
| - -->
|
| -<!-- Testcase with flex items containing overlapping content, with
|
| +-->
|
| +<!-- Testcase with flex items containing overlapping content, with
|
| "z-index" set on some of them, which should make them create
|
| - stacking contexts. -->
|
| + stacking contexts. -->
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| <title>CSS Test: Testing that 'z-index' property makes flex items form stacking contexts</title>
|
| @@ -56,13 +56,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>
|
| @@ -74,7 +74,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>
|
| @@ -86,7 +86,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>
|
| @@ -98,7 +98,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>
|
|
|