5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
11 var console
= document
.getElementById("console");
12 console
.innerText
= msg
;
17 <p>The text box should have focus console should print PASS
</p>
18 <div id=
"console"></div>
19 <p><input type=
"text" name=
"test" id=
"test" readonly autofocus onfocus='log(
"PASS"); testRunner.notifyDone();'
></p>