blob: 2096a23d4aab9f97eaadb878553bf2d606b22a4e [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
if (!window.opener)
console.log("PASS: New window should not have an opener");
else
console.log("FAIL: New window should not have an opener");
if (window.testRunner)
testRunner.notifyDone();
</script>
</body>
</html>