haikuwebkit/LayoutTests/fast/table/height-percent-test.html

17 lines
786 B
HTML

<div style="margin: 1em; height: 24px; border: 1px solid black"><div style="float:left">
<div style="width: 100px; background-color:green; height:100%"></div>
</div></div>
<div style="margin: 1em; height: 24px; border: 1px solid black"><div style="float:left">
<table bgcolor=red height=100% cellpadding=0 cellspacing=0><tr><td><img border=0 height=22 width=96 style="background-color:green"></td></tr></table>
</div></div>
<div style="margin: 1em; border: 1px solid black"><div>
<div style="width: 100px; background-color:green; height:100%"></div>
</div></div>
<div style="margin: 1em; border: 1px solid black"><div>
<table bgcolor=red height=100% cellpadding=0 cellspacing=0><tr><td><img border=0 height=22 width=96 style="background-color:green"></td></tr></table>
</div></div>