3 <title>Popup created using window.open
</title>
6 window
.open("data:text/html,<title>Popup Success!</title>" +
7 "you should not see this message if popup blocker is enabled",
8 "mywindow", "menubar=1, resizable=1, width=350, height=250");
12 <body onload=
"test()">