gecko/layout/tables/crashtests/379687-1.html
jruderman@hmc.edu 98618c08f9 De-bust
2007-12-15 17:32:00 -08: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>