tenfourfox/layout/generic/crashtests/394818-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
459 B
HTML

<html class="reftest-wait"><head><script>
function load() {
window.frames[0].focus();
setTimeout("load2();", 100);
}
function load2() {
document.body.setAttribute('style','display: inline');
document.documentElement.removeAttribute("class");
}
function beforeCopy() {
document.removeChild(document.documentElement);
}
</script></head>
<body onload="load();"
onbeforecopy="beforeCopy();"><iframe></iframe></body>
</html>