chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug46268-5.html

<HTML>
<HEAD>
<TITLE>
Table Background Testcase
</TITLE>
</HEAD>
<BODY>

        <TABLE border=1 cellspacing=5 bgcolor="red">
        <colgroup style="background-color: yellow">
                <col style="background-color: silver">
                <col>
        </colgroup>
        <colgroup span=2>
        </colgroup>
        <tbody style="background-color: aqua">
        <TR bgcolor="blue">
                <TD bgcolor="green">Cell A</TD>
                <TD style="background: transparent">Cell B</TD>
                <TH>Cell C</TH>
                <TD>Cell D</TD>
        </TR>
        <TR>
                <TD>Cell E</TD>
                <TD>Cell F</TD>
                <TD>Cell G</TD>
                <TD>Cell H</TD>
        </TR>
        </tbody>
        <tbody>
        <TR>
                <TD>Cell I</TD>
                <TD>Cell J</TD>
                <TD>Cell K</TD>
                <TD>Cell L</TD>
        </TR>
        </tbody>
        </TABLE>

</BODY>
</HTML>