| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a8a295dfc40cb49f76b8b9aa3f2dd137910029ec
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| + <script src="support/frame-ancestors-test.sub.js"></script>
|
| +</head>
|
| +<body>
|
| + <script>
|
| + test = async_test("A 'frame-ancestors' CSP directive with a value 'self' should allow rendering.");
|
| +
|
| + sameOriginFrameShouldBeAllowed("'self'");
|
| + </script>
|
| +</body>
|
| +</html>
|
| +
|
|
|