blob: 5c6522d03b396770181c13c9638af3bab3de00c5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<noscript>Pass: JavaScript was not allowed to execute.</noscript>
<p id="output"></p>
<script>
opener.didRunScriptInPopup = true;
document.getElementById("output").innerHTML = "Fail: JavaScript was allowed to execute.";
</script>
</body>
</html>