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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/html5-import-sol.html

Issue 1906603003: XSSAuditor doesn't handle full set of html5 entities for punctuation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stray blank line. Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/html5-import-sol-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-safe2.html"> 12 <iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.p l?q=%3clink%20rel=import%20href=http:%26sol%3b%26sol%3blocalhost:8000%26sol%3bse curity%26sol%3bxssAuditor%26sol%3bresources%26sol%3bxss.html%26quest%3b">
13 </iframe> 13 </iframe>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/html5-import-sol-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698