tenfourfox/layout/tables/crashtests/379687-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
290 B
HTML

<html style="display: inline-table;" class="reftest-wait">
<head>
<script>
function boom()
{
document.documentElement.style.overflow = "auto";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
Foo
</body>
</html>