2 <iframe id=
"test"></iframe>
3 <div id=
"result"></div>
7 testRunner
.dumpAsText();
8 testRunner
.waitUntilDone();
13 document
.getElementById("test").src
= "resources/request-existent-eventsource-error.html";
18 document
.body
.removeChild(document
.getElementById("test"));
20 document
.getElementById("result").innerHTML
= "PASS";
21 if (window
.testRunner
)
22 testRunner
.notifyDone();