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

17 lines
430 B
HTML

<table><tr><td height="300">
<iframe src="helloWorld.html" width=100% height=100%></iframe>
</td></tr></table>
<table><tr><td height="300">
<image src="../images/mozilla-banner.gif" width=100% height=100%>
</td></tr></table>
<table><tr><td>
<iframe src="helloWorld.html" width=100% height=100%></iframe>
</td></tr></table>
<table><tr><td>
<image src="../images/mozilla-banner.gif" width=100% height=100%>
</td></tr></table>