4 <title>Invalid suborigin names
</title>
8 if (window
.testRunner
) {
9 testRunner
.dumpAsText();
10 testRunner
.waitUntilDone();
14 if (window
.testRunner
)
15 testRunner
.notifyDone();
18 var test_suborigin_names
= [
31 if (i
>= test_suborigin_names
.length
)
33 document
.getElementById('iframe').src
= "resources/reach-into-iframe.php?childsuborigin=" + test_suborigin_names
[i
];
37 window
.onmessage = function(event
) {
42 window
.onload = function() {;
46 <iframe id=
"iframe"></iframe>