haikuwebkit/LayoutTests/fast/table/growCellForImageQuirk-verti...

11 lines
250 B
HTML

<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>