chromium/third_party/blink/web_tests/fast/table/floatingTablePaintBackground.html

<table width="80%" align="left" bgcolor="red" cellspacing="0">
    <tr>
        <td bgcolor="green">This line should have a green background</td>
    </tr>
</table>