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

7 lines
392 B
HTML

<div style="height: 100px; width: 200px; border: solid;position:relative">
<div style="left:25px; bottom:0; position:absolute; height:45px; width:64px;background-color:orange"></div>
<div style="border-bottom:solid; position:absolute; right:0px; width:100px">
<div style="background-color:orange; float:left; margin-left:25px; font-family: Ahem;">Text</div>
</div>
</div>