5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
11 var div
= document
.createElement("div");
12 div
.appendChild(document
.createTextNode(msg
));
13 document
.getElementById("console").appendChild(div
);
17 window
.open("target-for-location.html", "target");
20 window
.addEventListener("message", function(e
) {
23 if (window
.testRunner
)
24 testRunner
.notifyDone();
29 <div id=
"console"></div>
30 <iframe src=
"resources/middle-frame-for-location.html">