gecko-dev/layout/html/tests/table/bugs/bug98196.html

16 строки
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>