Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors-star-allow-sameorigin.html |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors-star-allow-sameorigin.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors-star-allow-sameorigin.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3a8eb3cb872b24cec5ff769c7732f53d2439aaf3 |
--- /dev/null |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors-star-allow-sameorigin.html |
@@ -0,0 +1,14 @@ |
+<!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."); |
+ |
+ sameOriginFrameShouldBeAllowed("*"); |
+ </script> |
+</body> |
+</html> |