chromium/third_party/blink/web_tests/fast/table/tbody-background-image-fills-tbody.html

<!DOCTYPE html>
<style>
    table { border-collapse: collapse; }
    td { height:36px; width: 36px; }
</style>
<p>crbug.com/35697: There should only be one image.</p>
<table>
    <tbody style="background:url(../..//images/resources/border-image-srgb-color-profile.png);">
        <tr>
            <td></td>
            <td></td>
        </tr>
        <tr>
            <td></td>
            <td></td>
        </tr>
    </tbody>
</table>