diff options
Diffstat (limited to 'testing/web-platform/meta/idle-detection/idle-detection-disabled-by-permissions-policy.https.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/idle-detection/idle-detection-disabled-by-permissions-policy.https.sub.html.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/idle-detection/idle-detection-disabled-by-permissions-policy.https.sub.html.ini b/testing/web-platform/meta/idle-detection/idle-detection-disabled-by-permissions-policy.https.sub.html.ini new file mode 100644 index 0000000000..c0af7b7a33 --- /dev/null +++ b/testing/web-platform/meta/idle-detection/idle-detection-disabled-by-permissions-policy.https.sub.html.ini @@ -0,0 +1,19 @@ +[idle-detection-disabled-by-permissions-policy.https.sub.html] + expected: TIMEOUT + [Permissions-Policy idle-detection=() explicitly set by top-level frame disallows query in the top-level document.] + expected: FAIL + + [Permissions-Policy idle-detection=() explicitly set by top-level frame disallows same-origin iframes.] + expected: TIMEOUT + + [Permissions-Policy idle-detection=() explicitly set by top-level frame disallows workers in same-origin iframes.] + expected: TIMEOUT + + [Permissions-Policy idle-detection=() explicitly set by top-level frame disallows cross-origin iframes.] + expected: TIMEOUT + + [Permissions-Policy idle-detection=() explicitly set by top-level frame disallows workers in cross-origin iframes.] + expected: TIMEOUT + + [Inherited Permissions-Policy header idle-detection=() disallows dedicated workers.] + expected: FAIL |