4 <link href=
"resources/grid.css" rel=
"stylesheet">
7 grid-template-rows:
100px;
8 grid-template-columns:
200px
200px;
9 width: -webkit-fit-content;
13 background-color: red;
16 background-color: green;
27 <p>This test checks that grid items with 'z-index' do produce a stacking context and that we honor the property.
</p>
28 <p>For this test to pass, there should be no red below.
</p>
31 <div class=
"sizedToGridArea green positiveZIndex firstRowFirstColumn"></div>
32 <div class=
"sizedToGridArea red firstRowFirstColumn"></div>
36 <div class=
"sizedToGridArea green firstRowFirstColumn"></div>
37 <div class=
"sizedToGridArea red negativeZIndex firstRowFirstColumn"></div>
41 <div class=
"sizedToGridArea green firstRowBothColumn"></div>
42 <div class=
"sizedToGridArea red negativeZIndex firstRowFirstColumn"></div>
43 <div class=
"sizedToGridArea red negativeZIndex firstRowSecondColumn"></div>