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