blob: a73ec2538da26451f5a4addd862e1d8ec1d406ab [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>iframe that opens a poup</title>
<script>
function test() {
window.open("about:blank");
}
</script>
</head>
<body onload="test()">
</body>
</html>