Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html |
deleted file mode 100644 |
index 088f26213b9009c4d2dec6e5437427ae41066124..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <script src="resources/report-test.js"></script> |
- <meta http-equiv="Content-Security-Policy-Report-Only" content="script-src 'unsafe-inline';"> |
-</head> |
-<body> |
- <p>This test passes if a console message is present, warning about the missing 'report-uri' directive.</p> |
-</body> |
-</html> |