Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 329891.xhtml
blob83fe18472cfbfc8afe0971175ecfbf1db68663e3
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
4 <script>
7 function init()
8 {
9 tbody = document.getElementsByTagName("tbody")[0];
10 comment = document.createComment('foopy');
11 tbody.parentNode.insertBefore(comment, tbody);
14 window.addEventListener("load", init, false);
16 </script>
18 </head>
20 <body>
22 <table><tbody><tr><td></td></tr></tbody></table>
24 </body>
25 </html>