OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="resources/utilities.js"></script> | 4 <script src="resources/utilities.js"></script> |
5 <script> | 5 <script> |
6 if (window.testRunner) { | 6 if (window.testRunner) { |
7 testRunner.dumpAsText(); | 7 testRunner.dumpAsText(); |
8 testRunner.setXSSAuditorEnabled(true); | 8 testRunner.setXSSAuditorEnabled(true); |
9 testRunner.waitUntilDone(); | 9 testRunner.waitUntilDone(); |
10 notifyDoneAfterReceivingBeforeloadFromIds(["object"]); | 10 notifyDoneAfterReceivingLoaded(); |
11 } | 11 } |
12 </script> | 12 </script> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <iframe src="http://localhost:8000/security/xssAuditor/resources/echo-object-src
.pl?relay-target-ids-for-event=beforeload&q=http://127.0.0.1:8000/security/xssAu
ditor/resources/dummy.swf"> | 15 <iframe src="http://localhost:8000/security/xssAuditor/resources/echo-object-src
.pl?wait-for-load=1&q=http://127.0.0.1:8000/security/xssAuditor/resources/dummy.
swf"> |
16 </iframe> | 16 </iframe> |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |