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

Side by Side Diff: LayoutTests/http/tests/security/xssAuditor/resources/static-script.html

Issue 128823003: XSSAuditor takes post body from current request, not the original request. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-upload following branch Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xssAuditor/script-tag-post-redirect.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <p>This is a page with a static script matching a post variable</p>
4 PASS: 2/2 4 <script>yourname=hunter</script>
5 <script> 5 <script>
6
7 if (window.testRunner) 6 if (window.testRunner)
8 testRunner.notifyDone(); 7 testRunner.notifyDone();
9
10 </script> 8 </script>
11 </body>
12 </html> 9 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xssAuditor/script-tag-post-redirect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698