diff options
Diffstat (limited to 'testing/web-platform/meta/feature-policy/feature-policy-frame-policy-allowed-for-some.https.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/feature-policy/feature-policy-frame-policy-allowed-for-some.https.sub.html.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/feature-policy/feature-policy-frame-policy-allowed-for-some.https.sub.html.ini b/testing/web-platform/meta/feature-policy/feature-policy-frame-policy-allowed-for-some.https.sub.html.ini new file mode 100644 index 0000000000..af5782be98 --- /dev/null +++ b/testing/web-platform/meta/feature-policy/feature-policy-frame-policy-allowed-for-some.https.sub.html.ini @@ -0,0 +1,19 @@ +[feature-policy-frame-policy-allowed-for-some.https.sub.html] + [Test frame policy on data: URL cross origin iframe with allow = "*".] + expected: FAIL + + [Test frame policy on another cross origin iframe with allow = "*".] + expected: FAIL + + [Test frame policy on another cross origin iframe with allow = "*" and header policy = "Feature-Policy: fullscreen 'self';".] + expected: FAIL + + [Test frame policy on another cross origin iframe with allow = "*" and header policy = "Feature-Policy: fullscreen *;".] + expected: FAIL + + [Test frame policy on another cross origin iframe with allow = "*" and header policy = "Feature-Policy: fullscreen 'none';".] + expected: FAIL + + [Test frame policy on cross origin iframe inherit from header policy.] + expected: FAIL + |