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

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

Issue 2663433002: XSSAuditor: Include equals-sign for final unquoted empty attributes. (Closed)
Patch Set: strange error, rebase and try again. Created 3 years, 11 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/form-action-unquoted-empty-expected.txt » ('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/form-action-unquoted-empty.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-unquoted-empty.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-unquoted-empty.html
new file mode 100644
index 0000000000000000000000000000000000000000..c6df728103c511b21e6e6115c13620db9b7f4aea
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-unquoted-empty.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (window.testRunner) {
+ testRunner.dumpAsText();
+ testRunner.waitUntilDone();
+ testRunner.setXSSAuditorEnabled(true);
+}
+</script>
+</head>
+<body>
+<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-form-action-unquoted.pl?q=>&someAction<blah"
+</iframe>
+</body>
+</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-unquoted-empty-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698