Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html |
deleted file mode 100644 |
index 7b5e1ad8f6b08a42274eb44e1dfaca9c243d103e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <script src="/js-test-resources/js-test.js"></script> |
- <script src="../../resources/frame-ancestors-test.js"></script> |
-</head> |
-<body> |
- <script> |
- description("A 'frame-ancestors' CSP directive with a URL which doesn't match this origin should be blocked."); |
- |
- crossOriginFrameShouldBeBlocked("http://example.com/"); |
- </script> |
-</body> |
-</html> |