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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl

Issue 1689223003: XSSAuditor: script src=data URLs need truncation at quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I can't spell today at all. Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url4.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
index c60e081c5df6b40513b23de613ea74c73076d744..49cfab7900653224e93a394716562de3147c3d87 100755
--- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
@@ -14,5 +14,6 @@ if ($cgi->param('clutter')) {
print $cgi->param('clutter');
}
print "\">\n";
+print "<script>var y = 123;</script>";
print "</body>\n";
print "</html>\n";
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url4.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698