chromium/third_party/blink/web_tests/tables/mozilla_expected_failures/bugs/bug6933.html

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