gecko/gfx/tests/crashtests/369688-1.html

20 lines
256 B
HTML
Raw Normal View History

<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>