blob: 381ce465bc4f2ea60052d91c0bbdaf48067a12b8 [file] [log] [blame]
if (window.testRunner)
testRunner.dumpChildFrames();
var iframe = document.createElement('iframe');
document.body.appendChild(iframe);
iframe.contentDocument.write('<script>top.testPassed("script ran")</script>');
iframe.contentDocument.write('PASS');
iframe.contentDocument.close();