diff options
Diffstat (limited to 'testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html.ini b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html.ini new file mode 100644 index 0000000000..9000d93caa --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html.ini @@ -0,0 +1,12 @@ +[compute-pressure-allowed-by-permissions-policy.https.html] + [permissions policy header "compute-pressure=*" allows the top-level document.] + expected: FAIL + + [permissions policy header "compute-pressure=*" allows same-origin iframes.] + expected: FAIL + + [permissions policy header "compute-pressure=*" allows cross-origin iframes with allow="compute-pressure" attribute.] + expected: FAIL + + [$Inherited permissions policy header "compute-pressure=*" allows dedicated workers.] + expected: FAIL |