OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="resources/cross-frame-access.js"></script> | 4 <script src="resources/cross-frame-access.js"></script> |
5 <script> | 5 <script> |
6 if (window.testRunner) { | 6 if (window.testRunner) { |
7 testRunner.dumpAsText(); | 7 testRunner.dumpAsText(); |
8 testRunner.dumpChildFramesAsText(); | 8 testRunner.dumpChildFramesAsText(); |
9 testRunner.waitUntilDone(); | 9 testRunner.waitUntilDone(); |
10 } | 10 } |
(...skipping 13 matching lines...) Expand all Loading... |
24 testRunner.notifyDone(); | 24 testRunner.notifyDone(); |
25 }); | 25 }); |
26 | 26 |
27 </script> | 27 </script> |
28 </head> | 28 </head> |
29 <body> | 29 <body> |
30 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for
-delete-test.html"></iframe> | 30 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for
-delete-test.html"></iframe> |
31 <pre id="console"></pre> | 31 <pre id="console"></pre> |
32 </body> | 32 </body> |
33 </html> | 33 </html> |
OLD | NEW |