Chromium Code Reviews

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/report-only.html

Issue 23172003: Improve parallelization of CSP and XSSAuditor reporting tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 <script src="resources/report-test.js"></script> 1 <script src="resources/report-test.js"></script>
2 <meta http-equiv="Content-Security-Policy-Report-Only" content="script-src 'self '; report-uri resources/save-report.php"> 2 <meta http-equiv="Content-Security-Policy-Report-Only" content="script-src 'self '; report-uri resources/save-report.php?test=report-only.html">
3 <script> 3 <script>
4 // This script block will trigger a violation report but shouldn't be blocked. 4 // This script block will trigger a violation report but shouldn't be blocked.
5 alert('PASS'); 5 alert('PASS');
6 </script> 6 </script>
7 <script src="resources/go-to-echo-report.js"></script> 7 <script src="resources/go-to-echo-report.js"></script>
OLDNEW

Powered by Google App Engine