| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f5e451616fa65373fe461cb0747c29a9e2674d9c
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed.html
|
| @@ -0,0 +1,15 @@
|
| +<!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 'self';">
|
| +</head>
|
| +<body>
|
| + <script>
|
| + description("Frames should be governed by 'child-src'.");
|
| + injectFrame("/security/contentSecurityPolicy/resources/alert-pass.html", EXPECT_LOAD);
|
| + </script>
|
| +</body>
|
| +</html>
|
| +
|
|
|