blob: 32a6be89b630a2279b12408f7b1a9749fae54800 [file] [log] [blame]
<!DOCTYPE html>
<link href='resources/flexbox.css' rel='stylesheet'>
<style>
.flexbox {
background-color: lightgrey;
}
</style>
<p>This test checks that vertical-align should have no effect on a flex item
i.e flex items' content should not be shifted by the vertical-align</p>
<div class='flexbox'>
<!-- flex item: block child -->
<div>block</div>
<!-- flex item: anonymous block box around inline content -->
anonymous item 2
<!-- flex item: inline child -->
<span>item 3</span>
</div>