Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/frame-ancestors/support/frame-ancestors.sub.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/frame-ancestors/support/frame-ancestors.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/frame-ancestors/support/frame-ancestors.sub.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a85f3364c277708aee4e11eb636b512aa4b18122 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/frame-ancestors/support/frame-ancestors.sub.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <p>This is an IFrame sending a Content Security Policy header containing "frame-ancestors {{GET[policy]}}".</p> |
+ <script> |
+ console.log('This is an IFrame sending a Content Security Policy header containing "frame-ancestors {{GET[policy]}}"') |
+ </script> |
+</body> |
+</html> |