6 window
.frames
['crossDomainFrame'].location
.replace("http://127.0.0.1:8000/misc/resources/success.html");
8 setTimeout("testRunner.notifyDone()", 1);
11 if (window
.testRunner
)
12 testRunner
.waitUntilDone();
16 <body onload=
"test();">
17 <iframe name=
"crossDomainFrame" src=
"http://localhost:8000/misc/resources/failure.html"></iframe>
21 <rdar://problem/4808039>
22 http://bugs.webkit.org/show_bug.cgi?id=11230