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: green;
18 <p>This test checks that grid items with 'z-index' do produce a stacking context and that we honor the property.
</p>
19 <p>For this test to pass, there should be no red below.
</p>
22 <div class=
"sizedToGridArea green"></div>
26 <div class=
"sizedToGridArea green"></div>
30 <div class=
"sizedToGridArea green firstRowBothColumn"></div>