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