summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/growCellForImageQuirk.html
blob: 31f4bc24629ea48ee7b14c1f13896bdb8014e70b (plain)
1
2
3
4
5
6
7
8
9
10
<style>
    img { background-color: lightblue; width: 75px; height: 50px; }
</style>
<TABLE style="width: 155px; background: silver;">
    <TR> 
        <TD>
            <IMG><IMG>
        </TD>
    </TR>
</TABLE>