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

Side by Side 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, 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
8 testRunner.setXSSAuditorEnabled(true);
9 }
10 </script>
11 </head>
12 <body>
13 <iframe src="http://localhost:8000/security/xssAuditor/resources/echo-form-actio n-unquoted.pl?q=>&someAction<blah"
14 </iframe>
15 </body>
16 </html>
OLDNEW
« 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