gecko/gfx/thebes/crashtests/369688-1.html
2007-12-15 16:38:50 -08:00

20 lines
256 B
HTML

<html class="reftest-wait">
<head>
<script>
function boom()
{
document.body.style.fontSizeAdjust = 0xffffffff;
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
<p>Foo</p>
</body>
</html>