| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-sameorigin.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-sameorigin.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-sameorigin.html
|
| deleted file mode 100644
|
| index d16a66cde2f73b05b6e6b85feb2ddcf1ab05c4f6..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-sameorigin.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 '*' should allow rendering.");
|
| -
|
| - sameOriginFrameShouldBeAllowed("*");
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|