haikuwebkit/LayoutTests/fast/table/growCellForImageQuirk.html

11 lines
214 B
HTML

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