Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 410426-1.html
blobc9d2f33da621886d0a1b29f38c230f24e3124f4a
1 <html>
3 <head>
4 <script>
5 function boom()
7 document.body.appendChild(document.createTextNode("a"));
8 document.body.appendChild(document.createTextNode("b"));
9 document.body.appendChild(document.createTextNode("c"));
11 </script>
12 </head>
14 <body onload="boom();" style="display: table-row; text-indent: 17895702px;"></body>
16 </html>