haikuwebkit/LayoutTests/fast/table/empty-table-percent-height....

15 lines
350 B
HTML

<html><head>
<style type=text/css>
body { background: #944 }
td.thumb { border: #522 dashed 1px }
</style>
</head><body>
<table border=1 width=100% height=100%><tr><td align=center valign=center></td><td class=thumb width=150 align=left valign=center>
<table width=100% height=100%></table>boo
</td></tr></table>
</body></html>