layout/tables/crashtests/351327-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/tables/crashtests/351327-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +
     1.6 +<body onload="var doomed = document.getElementById('doomed'); doomed.parentNode.removeChild(doomed); ">
     1.7 +
     1.8 +<table id="table1" style="border-collapse: collapse;">
     1.9 +  <tbody>
    1.10 +    <tr>
    1.11 +    </tr>
    1.12 +  </tbody>
    1.13 +  <tbody id="doomed">
    1.14 +    <tr>
    1.15 +      <td>td</td>
    1.16 +    </tr>
    1.17 +  </tbody>
    1.18 +  <colgroup>
    1.19 +  </colgroup>
    1.20 +</table>
    1.21 +
    1.22 +</body>
    1.23 +
    1.24 +</html>

mercurial