blob: b85893180dbcd6147e49efabfc64b2e85a049fb4 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setDumpConsoleMessages(false);
testRunner.waitUntilDone();
}
window.onmessage = function()
{
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body>
This test passes if there is no alert dialog.<br>
<iframe src="http://localhost:8080/security/resources/xss-DENIED-window-open-parent-attacker.html"></iframe>
</body>
</html>