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

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>