| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script> | 4 <script> |
| 5 if (window.layoutTestController) { | 5 if (window.layoutTestController) { |
| 6 layoutTestController.dumpAsText(); | 6 layoutTestController.dumpAsText(); |
| 7 layoutTestController.setXSSAuditorEnabled(true); | 7 layoutTestController.setXSSAuditorEnabled(true); |
| 8 layoutTestController.waitUntilDone(); | 8 layoutTestController.waitUntilDone(); |
| 9 } | 9 } |
| 10 | 10 |
| 11 function done() | 11 function done() |
| 12 { | 12 { |
| 13 if (window.layoutTestController) | 13 if (window.layoutTestController) |
| 14 layoutTestController.notifyDone(); | 14 layoutTestController.notifyDone(); |
| 15 } | 15 } |
| 16 </script> | 16 </script> |
| 17 </head> | 17 </head> |
| 18 <body> | 18 <body> |
| 19 <iframe onload="done()" src="http://localhost:8000/security/xssAuditor/resources
/echo-head.pl?q=%3Cmeta+http-equiv%3D%22x-frame-options%22+content%3D%22deny%22%
3E"> | 19 <iframe onload="done()" src="http://localhost:8000/security/xssAuditor/resources
/echo-head.pl?q=%3Cmeta+http-equiv%3D%22x-frame-options%22+content%3D%22deny%22%
3E"> |
| 20 </iframe> | 20 </iframe> |
| 21 </body> | 21 </body> |
| 22 </html> | 22 </html> |
| OLD | NEW |