Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
LayoutTests
/
tables
/
mozilla_expected_failures
/
bugs
/
bug6933.html
blob: 72f05437852efdbd2276650176f8c8663972c0c4 [
file
] [
log
] [
blame
]
<html><body>
<table
border
=
1
cellspacing
=
20
bgcolor
=
red
>
<TR>
<TD>
Cell
</TD>
<TD
ROWSPAN
=
2
>
<img
src
=
../images/raptor.jpg
width
=
100
height
=
200
>
</TD></TR>
<TR>
<TD>
Cell
</TD></TR>
</table>
</body></html>