| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html
|
| deleted file mode 100644
|
| index 251d47b9e7b2519fdd11c99a6e689dd529304f5e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <script src="/js-test-resources/js-test.js"></script>
|
| - <script src="/security/contentSecurityPolicy/resources/child-src-test.js"></script>
|
| - <meta http-equiv="Content-Security-Policy" content="child-src 'none';">
|
| -</head>
|
| -<body>
|
| - <script>
|
| - description("'about:blank' should not be blocked by CSP.");
|
| - injectFrame("about:blank", EXPECT_LOAD);
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|