haikuwebkit/LayoutTests/fast/multicol/inline-table-dynamic-moveme...

10 lines
481 B
HTML

<div id='test' style="-webkit-columns:2; height:500px; border:3px solid black; -webkit-column-fill: auto"><div style="height:150px; background-color:lime"></div>
<table style="display:inline-table; height:300px"><tr><td style="vertical-align:middle; height:100%">Hello world<br><img style="height:250px;width:175px; background-color:purple">
<td style="vertical-align:middle; height:100%">Also world<br>
<img style="height:250px;width:175px; background-color:purple">
</table>