3 <script src=
"../../resources/js-test.js"></script>
6 <button id=
"test" onclick=
"popup()" style=
"display:none"></button>
7 <div id=
"console"></div>
11 win
= window
.open("about:blank", "blank");
12 shouldBeUndefined("win");
15 if (window
.testRunner
) {
16 testRunner
.dumpAsText();
17 testRunner
.setCanOpenWindows();
18 testRunner
.setPopupBlockingEnabled(true);
19 testRunner
.setCloseRemainingWindowsWhenComplete(true);
20 testRunner
.waitUntilDone();
23 document
.getElementById("test").click();
25 if (window
.testRunner
)
26 testRunner
.notifyDone();