Backed out 3 changesets (bug 1844563, bug 1906826) for crashes a=backout
[gecko.git] / layout / tables / crashtests / 351628-1.xhtml
blob9bbcef75279412168df6c9533ca15a5ef191634a
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 </head>
5 <body onload="var yy = document.getElementById('yy'); yy.parentNode.removeChild(yy);">
7 <table border="1" style="border-collapse: collapse;">
8 <tr>
9 <td> <td id="yy"/> </td>
10 </tr>
11 </table>
13 </body>
14 </html>