3 window
.testRunner
.dumpAsText();
5 You should see
"\tHello World" in the text field below
<br />
6 <input id=
"inputElem" type=
"text" value=
" Hello World">
7 <pre id=
"console"></pre>
9 if (window
.testRunner
) {
10 var inputElem
= document
.getElementById("inputElem");
11 document
.getElementById("console").appendChild(document
.createTextNode(inputElem
.value
));