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

12 lines
162 B
HTML

<script>
function boom()
{
document.location.hash = "#1";
document.open();
window.parent.postMessage({}, '*');
}
</script>
<body onload="boom();"></body>