3 <link href=
"../../../fast/css-grid-layout/resources/grid.css" rel=
"stylesheet">
6 grid-template-rows:
50px
100px;
7 grid-template-columns:
100px
50px;
8 /* Make the grid shrink to fit. */
12 background-color: purple;
17 <div>This test checks that changing the grid-row on a grid item properly repaint. The final grid item should be
100px *
100px. There should be no trace of the grid item at the old position.
</div>
19 <div class=
"sizedToGridArea"></div>