Sign in
webkit
/
WebKit
/
ecbcd311b05ac239b92fcb2f58299787a062a338
/
.
/
LayoutTests
/
fast
/
table
/
growCellForImageQuirk.html
blob: 31f4bc24629ea48ee7b14c1f13896bdb8014e70b [
file
] [
log
] [
blame
]
<style>
img
{
background-color
:
lightblue
;
width
:
75px
;
height
:
50px
;
}
</style>
<TABLE
style
=
"
width
:
155px
;
background
:
silver
;
"
>
<TR>
<TD>
<IMG><IMG>
</TD>
</TR>
</TABLE>