Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-and-enforce.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-and-enforce.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-and-enforce.html |
deleted file mode 100644 |
index 540f3c79db93e4946003b7b4c63465458ea48fb5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-and-enforce.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <script src="resources/report-test.js"></script> |
- <meta http-equiv="Content-Security-Policy" content="img-src 'none'"> |
- <meta http-equiv="Content-Security-Policy-Report-Only" content="script-src 'self'; report-uri resources/save-report.php?test=report-and-enforce.html"> |
-</head> |
-<body> |
- This image should be blocked, but should not show up in the violation report. |
- <img src="../resources/abe.png"> |
- <script> |
- // This script block will trigger a violation report but shouldn't be blocked. |
- alert('PASS'); |
- </script> |
- <script src="resources/go-to-echo-report.js"></script> |
-</body> |
-</html> |