3 <script src=
"../../resources/js-test.js"></script>
6 <textarea id=
"test" width=
"100" onfocus=
"popup()" onblur=
"popup()"></textarea>
7 <div id=
"console"></div>
12 win
= window
.open("about:blank", "blank");
13 shouldBeUndefined("win");
16 if (window
.testRunner
) {
17 testRunner
.dumpAsText();
18 testRunner
.setCanOpenWindows();
19 testRunner
.setPopupBlockingEnabled(true);
20 testRunner
.setCloseRemainingWindowsWhenComplete(true);
21 testRunner
.waitUntilDone();
24 document
.getElementById("test").focus();
25 document
.getElementById("test").blur();
27 if (window
.testRunner
)
28 testRunner
.notifyDone();