Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag4.html

Issue 1187843005: XSSAuditor: Dont give a pass to subsequent script blocks if first one is empty. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag4-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag4-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698