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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/report-only-from-header.php

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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?php 1 <?php
2 header("Content-Security-Policy-Report-Only: script-src 'self'; report-uri resou rces/save-report.php"); 2 header("Content-Security-Policy-Report-Only: script-src 'self'; report-uri resou rces/save-report.php?test=report-only-from-header.php");
3 ?> 3 ?>
4 <script> 4 <script>
5 // This script block will trigger a violation report but shouldn't be blocked. 5 // This script block will trigger a violation report but shouldn't be blocked.
6 alert('PASS'); 6 alert('PASS');
7 </script> 7 </script>
8 <script src="resources/go-to-echo-report.js"></script> 8 <script src="resources/go-to-echo-report.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698