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

<html>
<body bgcolor="#c0c0c0">

<table width="100%" border="5">
  <tr>
    <td>
                        <table border="3">
        <tr>
                                        <td width="1000">&nbsp;</td>
        </tr>
      </table>
                </td>
    <td>This is some text</td>
  </tr>
</table>

<br>

<table border="5">
  <tr>
    <td>
                        <table border="3">
        <tr>
                                        <td width="1000">&nbsp;</td>
        </tr>
      </table>
                </td>
    <td>This is some text</td>
  </tr>
</table>

</body>
</html>