2 testRunner
.dumpChildFramesAsText();
4 var iframe
= document
.createElement('iframe');
5 document
.body
.appendChild(iframe
);
7 iframe
.contentDocument
.write('<script>top.testPassed("script ran")</script>');
8 iframe
.contentDocument
.write('PASS');
9 iframe
.contentDocument
.close();