Raw File
351327-1.xhtml
<html xmlns="http://www.w3.org/1999/xhtml">

<body onload="var doomed = document.getElementById('doomed'); doomed.parentNode.removeChild(doomed); ">

<table id="table1" style="border-collapse: collapse;">
  <tbody>
    <tr>
    </tr>
  </tbody>
  <tbody id="doomed">
    <tr>
      <td>td</td>
    </tr>
  </tbody>
  <colgroup>
  </colgroup>
</table>

</body>

</html>
back to top