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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string.html

Issue 2524013002: XSS Auditor: Block by default. (Closed)
Patch Set: Rebase+Test Created 4 years, 1 month 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
Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string.html
index 672df25ebd86444ddd442b85038620c288234067..459c6e343be65fb5e6fe64d09b0e96ab28e50538 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string.html
@@ -12,7 +12,7 @@ if (window.testRunner) {
<body>
<iframe name="tg" src="about:blank"></iframe>
<form target="tg" method="POST" id="theForm"
- action="http://localhost:8000/security/xssAuditor/resources/xss-filter-bypass-long-string-reply.html">
+ action="http://localhost:8000/security/xssAuditor/resources/xss-filter-bypass-long-string-reply.php">
<input type="hidden" name="post_data0" value="" />
<input type="hidden" name="post_data1" value="" />
<input type="hidden" name="post_data2" value="" />

Powered by Google App Engine
This is Rietveld 408576698