RetroZilla/layout/html/tests/table/bugs/bug98196.html
2015-10-20 23:03:22 -04:00

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>