Backed out changeset 2960ea3e50ca (bug 1881157) for causing crashtest assertion failu...
[gecko.git] / layout / tables / crashtests / 379687-1.html
blobe16cc22a69ad23d8a10aa89c9c358508740cf60c
1 <html style="display: inline-table;" class="reftest-wait">
2 <head>
3 <script>
4 function boom()
6 document.documentElement.style.overflow = "auto";
7 document.documentElement.removeAttribute("class");
9 </script>
10 </head>
11 <body onload="setTimeout(boom, 30);">
12 Foo
13 </body>
14 </html>