tenfourfox/js/xpconnect/crashtests/400349-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
340 B
HTML

<html>
<head>
<script>
function init() {
window.removeEventListener("load", init, false);
var fr = document.getElementsByTagName("iframe")[0];
var b = fr.contentDocument.body;
fr.parentNode.removeChild(fr);
b.parentNode;
}
window.addEventListener("load", init, false);
</script>
</head><body><iframe></iframe></body></html>