chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug86708.html

<!doctype html>
<html>
<head>
<title>Title</title>
</head> <body> 
<table BORDER=2 WIDTH=750 CELLPADDING=0 CELLSPACING=0>
<tr>
<td valign="top"  bgcolor="red">
<a HREF="/quebec/cinema/cinema.asp?Id=17044"><img SRC="../images/couverture.jpg"  width="286" ></a></td>
<td ROWSPAN=2 VALIGN="top" bgcolor="yellow"> ROWSPAN =2 in this cell</td>
</tr>
<tr>
  <td valign="top" BGCOLOR="#FFFFFF">
     <p>Hello, this text may appear on the image above</p>
</td>
</tr>
</table>
</html>