diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/fenced-frame/permission-geolocation.https.html.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fenced-frame/permission-geolocation.https.html.ini b/testing/web-platform/meta/fenced-frame/permission-geolocation.https.html.ini new file mode 100644 index 0000000000..6e1267e9a9 --- /dev/null +++ b/testing/web-platform/meta/fenced-frame/permission-geolocation.https.html.ini @@ -0,0 +1,16 @@ +[permission-geolocation.https.html] + expected: TIMEOUT + [geolocation permission is not permitted for fenced frames] + expected: TIMEOUT + + [geolocation permission is not permitted for fenced frames, even if a `Permissions-Policy` header is sent on the primary page.] + expected: NOTRUN + + [geolocation permission is not permitted for fenced frames, even if a `Permissions-Policy` header is sent on the fenced frame response.] + expected: NOTRUN + + [geolocation permission is not permitted for fenced frames, even if an `allow` attribute is set for an iframe in the fenced frame.] + expected: NOTRUN + + [geolocation permission is not permitted for fenced frames, even if a `Permissions-Policy` header and an `allow` attribute is set for an iframe in the fenced frame.] + expected: NOTRUN |