3 if (window
.testRunner
) {
4 testRunner
.dumpAsText();
5 testRunner
.waitUntilDone();
10 document
.write("PASS");
12 if (window
.testRunner
)
13 testRunner
.notifyDone();
18 document
.execCommand("SelectAll");
21 window
.addEventListener("selectstart", runTest
, true);
22 window
.onload
= select
;