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

13 lines
209 B
HTML

<table>
<tr>
<td>
<table>
<tr>
<td>inside of table<img src="../images/mozilla-banner.gif" border=0 alt=""></td>
</tr>
</table>
</td>
<td>2nd row of outside table</td>
</tr>
</table>