chromium/third_party/blink/web_tests/fast/invalid/table-inside-stray-table-content.html

<body>
<p>Should say "SUCCESS" below:</p>

<div style="border:2px solid red">
  <table>
    <div style="border:10px solid green; height:30px"><div style="border:2px solid blue; height:10px">
      <table border=2><tr><td>Table
      </table>
    </div></div>

<p>SUCCESS</p>
</body>