diff options
Diffstat (limited to 'testing/web-platform/meta/geolocation-API')
5 files changed, 18 insertions, 19 deletions
diff --git a/testing/web-platform/meta/geolocation-API/disabled-by-permissions-policy.https.sub.html.ini b/testing/web-platform/meta/geolocation-API/disabled-by-permissions-policy.https.sub.html.ini index a78859e9b8..3af42ce78e 100644 --- a/testing/web-platform/meta/geolocation-API/disabled-by-permissions-policy.https.sub.html.ini +++ b/testing/web-platform/meta/geolocation-API/disabled-by-permissions-policy.https.sub.html.ini @@ -1,10 +1,10 @@ [disabled-by-permissions-policy.https.sub.html] - expected: TIMEOUT + expected: ERROR [Permissions-Policy header geolocation=() disallows the top-level document.] - expected: FAIL + expected: NOTRUN [Permissions-Policy header geolocation=() disallows same-origin iframes.] - expected: TIMEOUT + expected: NOTRUN [Permissions-Policy header geolocation=() disallows cross-origin iframes.] - expected: TIMEOUT + expected: NOTRUN diff --git a/testing/web-platform/meta/geolocation-API/enabled-by-permission-policy-attribute-redirect-on-load.https.sub.html.ini b/testing/web-platform/meta/geolocation-API/enabled-by-permission-policy-attribute-redirect-on-load.https.sub.html.ini deleted file mode 100644 index 9d59460bfa..0000000000 --- a/testing/web-platform/meta/geolocation-API/enabled-by-permission-policy-attribute-redirect-on-load.https.sub.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[enabled-by-permission-policy-attribute-redirect-on-load.https.sub.html] - expected: TIMEOUT - [Permissions-Policy allow="geolocation" allows same-origin relocation] - expected: TIMEOUT - - [Permissions-Policy allow="geolocation" allows cross-origin relocation] - expected: TIMEOUT diff --git a/testing/web-platform/meta/geolocation-API/enabled-by-permissions-policy.https.sub.html.ini b/testing/web-platform/meta/geolocation-API/enabled-by-permissions-policy.https.sub.html.ini index f6fe35d93a..1dbd4615b4 100644 --- a/testing/web-platform/meta/geolocation-API/enabled-by-permissions-policy.https.sub.html.ini +++ b/testing/web-platform/meta/geolocation-API/enabled-by-permissions-policy.https.sub.html.ini @@ -1,10 +1,10 @@ [enabled-by-permissions-policy.https.sub.html] - expected: TIMEOUT + expected: ERROR [Permissions-Policy header geolocation=* allows the top-level document.] - expected: FAIL + expected: NOTRUN [Permissions-Policy header geolocation=* allows same-origin iframes.] - expected: TIMEOUT + expected: NOTRUN [Permissions-Policy header geolocation=* allows cross-origin iframes.] - expected: TIMEOUT + expected: NOTRUN diff --git a/testing/web-platform/meta/geolocation-API/enabled-on-self-origin-by-permissions-policy.https.sub.html.ini b/testing/web-platform/meta/geolocation-API/enabled-on-self-origin-by-permissions-policy.https.sub.html.ini index 7331fbf87e..46b5d536c8 100644 --- a/testing/web-platform/meta/geolocation-API/enabled-on-self-origin-by-permissions-policy.https.sub.html.ini +++ b/testing/web-platform/meta/geolocation-API/enabled-on-self-origin-by-permissions-policy.https.sub.html.ini @@ -1,10 +1,10 @@ [enabled-on-self-origin-by-permissions-policy.https.sub.html] - expected: TIMEOUT + expected: ERROR [Permissions-Policy header geolocation=(self) allows the top-level document.] - expected: FAIL + expected: NOTRUN [Permissions-Policy header geolocation=(self) allows same-origin iframes.] - expected: TIMEOUT + expected: NOTRUN [Permissions-Policy header geolocation=(self) disallows cross-origin iframes.] - expected: TIMEOUT + expected: NOTRUN diff --git a/testing/web-platform/meta/geolocation-API/idlharness.https.window.js.ini b/testing/web-platform/meta/geolocation-API/idlharness.https.window.js.ini new file mode 100644 index 0000000000..782e2025cf --- /dev/null +++ b/testing/web-platform/meta/geolocation-API/idlharness.https.window.js.ini @@ -0,0 +1,6 @@ +[idlharness.https.window.html] + [GeolocationPosition interface: operation toJSON()] + expected: FAIL + + [GeolocationCoordinates interface: operation toJSON()] + expected: FAIL |