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