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

<html>
<head>
<title>test</title>
</head>

<body>
<table cellspacing=0 cellpadding=10 border=1 width=100% bgcolor=yellow>
 <tr>
  <td width=70 bgcolor=red align=center>xxx</td>
  <td>
      <table cellspacing=0 cellpadding=0 border=1 width=100% height=100% bgcolor=lime>
         <tr>
           <th>IceWM, The Window Manager Cool As Ice</th>
         </tr>
      </table>

      <p>IceWM is a small, but powerful window manager for the <a href="http://www.xfree8 6.org">X11 Window System</a> whose main goals are the following:</p>
  </td>

  <td width=70 bgcolor=blue align=center>yyy</td>
 </tr>
</table>
</body>
</html>