haikuwebkit/LayoutTests/fast/multicol/cell-shrinkback.html

11 lines
497 B
HTML

<div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; -webkit-column-fill:auto; columns:2; column-gap:0; column-fill:auto;">
<div style="height: 55px;"></div>
<table cellspacing=0 cellpadding=0>
<tr>
<td><div style="height: 50px; width: 25px;"></div></td>
<td style="background-color: orange; font-family: Ahem;" valign=bottom>Text</td>
</tr>
</table>
<div style="border-top: solid;"></div>
</div>