haikuwebkit/LayoutTests/tables/mozilla/bugs/bug46268-2.html

32 lines
661 B
HTML

<HTML>
<HEAD>
<TITLE>
Table Background Demonstration
</TITLE>
</HEAD>
<BODY>
<TABLE border=1 cellspacing=5 bgcolor="red">
<TR bgcolor="blue">
<TD bgcolor="green">Cell A</TD>
<TD>Cell B</TD>
<TD>Cell C</TD>
<TD>Cell D</TD>
</TR>
<TR>
<TD>Cell E</TD>
<TD>Cell F</TD>
<TD>Cell G</TD>
<TD>Cell H</TD>
</TR>
<TR>
<TD>Cell I</TD>
<TD>Cell J</TD>
<TD>Cell K</TD>
<TD>Cell L</TD>
</TR>
</TABLE>
</BODY>
</HTML>