Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html |
| deleted file mode 100644 |
| index 7dbfc127626b6e2f303992e4b0654e6e52394d45..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html |
| +++ /dev/null |
| @@ -1,6 +0,0 @@ |
| -<meta http-equiv="Content-Security-Policy" content="script-src 'self'; report-uri save-report.php?test=generate-csp-report.html"> |
| -<script> |
| -// This script block will trigger a violation report. |
| -alert('FAIL'); |
| -</script> |
| -<script src="go-to-echo-report.js"></script> |