| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| testRunner.setXSSAuditorEnabled(true); | |
| } | |
| </script> | |
| </head> | |
| <body> | |
| <iframe src='http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=%3Ciframe%20src=javascript:alert(document.domain)%3E'> | |
| </iframe> | |
| </body> | |
| </html> |