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

23 lines
389 B
HTML

<HTML><BODY>
If the font size is too big for the inside table, it is probably bug 6925.
<table border>
<tr>
<td valign=top>
<center>
<TABLE BORDER=1 WIDTH=100>
<TR>
<TD>
<font size = "-2">
<center>
inside
</font>
</center>
</td>
</tr>
</table>
outside table
</center>
</td>
</tr>
</table>
</BODY></HTML>