4 <link href=
"../../../fast/css-grid-layout/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;
24 <div style=
"height: 100px">
25 <p>This test checks that grid items correctly repaint when 'z-index' changes.
</p>
26 <p>For this test to pass, there should be no red below.
</p>
30 <div id=
"item1" class=
"sizedToGridArea green" style=
"z-index: 1"></div>
31 <div class=
"sizedToGridArea red"></div>
35 <div id=
"item2" class=
"sizedToGridArea green" style=
"z-index: 1"></div>
36 <div class=
"sizedToGridArea red"></div>