| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-crossorigin.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-crossorigin.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-crossorigin.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6d97af59e6f32bdc8f5c6acb173d6f2675819abe
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-crossorigin.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 '*' should allow rendering.");
|
| +
|
| + debug("Note that we can't distinguish blocked URLs from allowed cross-origin URLs due to the same-origin policy. This test passes if no console message declares that the frame was blocked.");
|
| + crossOriginFrameShouldBeBlocked("*");
|
| + </script>
|
| +</body>
|
| +</html>
|
|
|