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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/report-multiple-violations-01.html

Issue 21789002: CSP: Deduplicate violation reports before sending. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests. Created 7 years, 4 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/contentSecurityPolicy/report-multiple-violations-01-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 src="resources/report-test.js"></script>
5 <meta http-equiv="Content-Security-Policy-Report-Only" content="img-src 'non e'; report-uri resources/does-not-exist">
6 </head>
7 <body>
8 <p>This tests that multiple violations on a page trigger multiple reports.
9 The test passes if two PingLoader callbacks are visible in the output.</p>
10 <img src="../resources/abe.png">
11 <img src="../resources/eba.png">
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698