RetroZilla/layout/html/tests/table/bugs/bug48028-1.html

28 lines
286 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
<TABLE border>
<FONT><CAPTION>TEST1</CAPTION></FONT>
<TR>
<TD>TABLE TEXT1</TD>
</TR>
</TABLE>
<TABLE border>
<FONT>TEST2</FONT>
<TR>
<TD>TABLE TEXT2</TD>
</TR>
</TABLE>
<TABLE border>
<CAPTION>TEST3</CAPTION>
<TR>
<TD>TABLE TEXT3</TD>
</TR>
</TABLE>
</body>
</html>