From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- .../disabled-by-permissions-policy.https.sub.html.ini | 8 ++++---- ...ermission-policy-attribute-redirect-on-load.https.sub.html.ini | 7 ------- .../enabled-by-permissions-policy.https.sub.html.ini | 8 ++++---- ...nabled-on-self-origin-by-permissions-policy.https.sub.html.ini | 8 ++++---- .../meta/geolocation-API/idlharness.https.window.js.ini | 6 ++++++ 5 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 testing/web-platform/meta/geolocation-API/enabled-by-permission-policy-attribute-redirect-on-load.https.sub.html.ini create mode 100644 testing/web-platform/meta/geolocation-API/idlharness.https.window.js.ini (limited to 'testing/web-platform/meta/geolocation-API') 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 -- cgit v1.2.3