Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/webrequest/csp/violation.html |
| diff --git a/chrome/test/data/extensions/api_test/webrequest/csp/violation.html b/chrome/test/data/extensions/api_test/webrequest/csp/violation.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..de4cfe3796928c2545d6c6446e291409247c54c1 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/webrequest/csp/violation.html |
| @@ -0,0 +1,4 @@ |
| +This page is served with a report-uri in its CSP header, and content that violates the policy. |
| +<script> |
| +console.log('This should be blocked by the Content-Security-Policy, and reported to the value in report-uri.'); |
| +</script> |