| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html
|
| deleted file mode 100644
|
| index 5a38d288e20f83a0924f4f19d02999d7a9f1957f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html
|
| +++ /dev/null
|
| @@ -1,16 +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 value 'none' should block rendering in nested frames.");
|
| -
|
| - testNestedIFrame("'none'", SAME_ORIGIN, CROSS_ORIGIN, EXPECT_BLOCK);
|
| - </script>
|
| -</body>
|
| -</html>
|
| -
|
|
|