| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-self-allow.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-self-allow.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-self-allow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2851257c8d72a174d5e1b8687d8a68358c61cad3
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-self-allow.html
|
| @@ -0,0 +1,15 @@
|
| +<!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 'self' should allow rendering.");
|
| +
|
| + sameOriginFrameShouldBeAllowed("'self'");
|
| + </script>
|
| +</body>
|
| +</html>
|
| +
|
|
|