| OLD | NEW | 
|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <html> | 2 <html> | 
| 3 <head> | 3 <head> | 
| 4 <script> | 4 <script> | 
| 5 if (window.testRunner) { | 5 if (window.testRunner) { | 
| 6   testRunner.dumpAsText(); | 6   testRunner.dumpAsText(); | 
| 7   testRunner.setXSSAuditorEnabled(true); | 7   testRunner.setXSSAuditorEnabled(true); | 
| 8 } | 8 } | 
| 9 </script> | 9 </script> | 
| 10 </head> | 10 </head> | 
| 11 <body> | 11 <body> | 
| 12 <iframe src="http://localhost:8000/security/xssAuditor/resources/base-href/base-
    href-safe3.html"> | 12 <iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.p
    l?q=<svg><script>/<1/>alert(0)</script></svg>"> | 
| 13 </iframe> | 13 </iframe> | 
|  | 14 Ensures regexps are handled in even with nested script blocks. | 
| 14 </body> | 15 </body> | 
| 15 </html> | 16 </html> | 
| OLD | NEW | 
|---|