RetroZilla/layout/html/tests/table/bugs/bug2973.html

13 lines
209 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>