tenfourfox/gfx/tests/crashtests/369688-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>