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

14 lines
217 B
HTML

<html><body>
<table border=1 cellspacing=20 bgcolor=red>
<TR>
<TD>Cell</TD>
<TD ROWSPAN=2>
<img src=../images/raptor.jpg width=100 height=200>
</TD></TR>
<TR>
<TD>Cell</TD></TR>
</table>
</body></html>