diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/idle-detection/idle-detection-allowed-by-permissions-policy.https.sub.html.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/idle-detection/idle-detection-allowed-by-permissions-policy.https.sub.html.ini b/testing/web-platform/meta/idle-detection/idle-detection-allowed-by-permissions-policy.https.sub.html.ini new file mode 100644 index 0000000000..6f363c189c --- /dev/null +++ b/testing/web-platform/meta/idle-detection/idle-detection-allowed-by-permissions-policy.https.sub.html.ini @@ -0,0 +1,16 @@ +[idle-detection-allowed-by-permissions-policy.https.sub.html] + expected: ERROR + [Permissions-Policy idle-detection=* explicity set by top-level frame allows the top-level document.] + expected: NOTRUN + + [Permissions-Policy idle-detection=* explicity set by top-level frame allows same-origin iframes.] + expected: NOTRUN + + [Permissions-Policy idle-detection=* explicity set by top-level frame allows workers in same-origin iframes.] + expected: NOTRUN + + [Permissions-Policy idle-detection=* explicity set by top-level frame allows cross-origin iframes.] + expected: NOTRUN + + [Permissions-Policy idle-detection=* explicity set by top-level frame allows workers in cross-origin iframes.] + expected: NOTRUN |