haikuwebkit/LayoutTests/tables/mozilla/bugs/bug98196.html

16 lines
160 B
HTML

<HTML>
<HEAD>
</HEAD>
<BODY>
<table border=1 width=100% height=100%>
<tr>
<td>top</td>
</tr><tr>
<td>bottom</td>
</tr>
</table>
</BODY>
</HTML>