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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action.html

Issue 2868973003: XSSAuditor: truncate form action attribute like other src-like attributes (Closed)
Patch Set: rebase, update expectation Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action.html
index 2717acf36ad4236e2c83fc50b979d8ef98413839..5de834d210cf385248c60f689d708c761e861b2e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action.html
@@ -10,7 +10,7 @@ if (window.testRunner) {
</script>
</head>
<body>
-<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=<form%20action=http://127.0.0.1:8000/%20method=x><input%20type=submit><input%20name=x%20value='Please%20type%20your%20PIN.'>&notifyDone=1&showAction=1">
+<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=<form%20action=http://127.0.0.1:8000/foo&clutter=bar%20method=x><input%20type=submit><input%20name=x%20value='Please%20type%20your%20PIN.'>&notifyDone=1&showAction=1">
</iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698