chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug46268-2.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>