3 <script src=
"../resources/cross-frame-access.js"></script>
5 window
.onload = function()
7 if (window
.testRunner
) {
8 testRunner
.dumpAsText();
9 testRunner
.dumpChildFramesAsText();
10 testRunner
.waitUntilDone();
11 testRunner
.setCanOpenWindows();
12 testRunner
.setCloseRemainingWindowsWhenComplete(true);
14 window
.frames
[0].postMessage('run test', '*');
19 <pre id='console'
></pre>
20 <iframe src=
"http://localhost:8000/security/frameNavigation/resources/frame-with-plugin-to-navigate.html"></iframe>
21 <iframe name=
"toNavigate" src=
"http://127.0.0.1:8000/security/resources/cross-frame-iframe.html"></iframe>