| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1396c20d1bd4f90ed8ca8f94ee5574d6e02b18ea
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.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("Frames should be governed by 'child-src'.");
|
| + injectFrame("/security/contentSecurityPolicy/resources/alert-fail.html", EXPECT_BLOCK);
|
| + </script>
|
| +</body>
|
| +</html>
|
|
|