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