blob: 40754e78485268b2f0a68d17de05f7b00aba3319 [file] [log] [blame]
<script>
if (window.open("fail-and-notify-done.html", "target"))
console.log("FAIL");
if (window.open("fail-and-notify-done.html", "_top"))
console.log("FAIL");
if (window.open("fail-and-notify-done.html", "_parent"))
console.log("FAIL");
if (window.open("fail-and-notify-done.html", "_blank"))
console.log("FAIL");
console.log("PASS");
</script>