| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..251d47b9e7b2519fdd11c99a6e689dd529304f5e
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html
|
| @@ -0,0 +1,14 @@
|
| +<!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>
|
|
|