<html>
<head>
<meta name="referrer" content="origin"/>
<title>
Check that window features are correctly set when opening a blocked popup
</title>
<script>
function test() {
window.open("check-windowfeatures.html", "", "locationbar=off");
}
</script>
</head>
<body onload="test()">
pop-up test page
</body>
</html>