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

<style>
    img { background-color: lightblue; width: 75px; height: 50px; }
</style>
<TABLE style="width: 155px; background: silver;">
    <TR> 
        <TD>
            <IMG><IMG>
        </TD>
    </TR>
</TABLE>