6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
11 brElement
= document
.getElementById('test');
13 setTimeout(function () {
14 document
.appendChild(brElement
);
17 if (window
.testRunner
)
18 testRunner
.notifyDone();
23 <body onload=
"runTest()">