<html>
<head>
<title>
Check that the window.opener is not set when opening a blocked popup
</title>
<script>
function test() {
window.open("check-opener.html");
}
</script>
</head>
<body onload="test()">
pop-up test page
</body>
</html>
<html>
<head>
<title>
Check that the window.opener is not set when opening a blocked popup
</title>
<script>
function test() {
window.open("check-opener.html");
}
</script>
</head>
<body onload="test()">
pop-up test page
</body>
</html>