2 <link href='resources/grid.css' rel='stylesheet'
>
5 background-color: lightgrey;
15 <p>This test checks that vertical-align should have no effect on a grid item
16 i.e grid items' content should not be shifted by the vertical-align
</p>
19 <!-- grid item: block child -->
20 <div id='item1'
>block
</div>
21 <!-- grid item: anonymous block box around inline content -->
23 <!-- grid item: inline child -->
24 <span id='item3'
>item
3</span>