tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 8afa8e259b67268b1f38860b1e557f4d8ae52971
parent 606c0c728d41bf78e6c3641b6421bc4528da2f23
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Thu,  2 Oct 2025 17:21:24 +0000

Bug 1992211 [wpt PR 55123] - Update wpt metadata, a=testonly

wpt-pr: 55123
wpt-type: metadata

Diffstat:
Dtesting/web-platform/meta/fetch/api/idlharness.any.js.ini | 134-------------------------------------------------------------------------------
Atesting/web-platform/meta/fetch/api/idlharness.https.any.js.ini | 132+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mtesting/web-platform/meta/fetch/api/request/request-keepalive-quota.html.ini | 2++
Mtesting/web-platform/meta/fetch/fetch-later/basic.https.window.js.ini | 3+++
4 files changed, 137 insertions(+), 134 deletions(-)

diff --git a/testing/web-platform/meta/fetch/api/idlharness.any.js.ini b/testing/web-platform/meta/fetch/api/idlharness.any.js.ini @@ -1,134 +0,0 @@ -[idlharness.any.serviceworker.html] - [Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type] - expected: FAIL - - [Request interface: attribute isHistoryNavigation] - expected: FAIL - - [Request interface: attribute isReloadNavigation] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "body" with the proper type] - expected: FAIL - - [Request interface: attribute body] - expected: FAIL - - [Request interface: attribute duplex] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "duplex" with the proper type] - expected: FAIL - - -[idlharness.any.html] - [Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type] - expected: FAIL - - [Request interface: attribute isHistoryNavigation] - expected: FAIL - - [Request interface: attribute isReloadNavigation] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "body" with the proper type] - expected: FAIL - - [Request interface: attribute body] - expected: FAIL - - [Request interface: attribute duplex] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "duplex" with the proper type] - expected: FAIL - - [Window interface: calling fetchLater(RequestInfo, optional DeferredRequestInit) on window with too few arguments must throw TypeError] - expected: FAIL - - [FetchLaterResult interface object name] - expected: FAIL - - [Window interface: window must inherit property "fetchLater(RequestInfo, optional DeferredRequestInit)" with the proper type] - expected: FAIL - - [FetchLaterResult interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [FetchLaterResult interface: existence and properties of interface prototype object] - expected: FAIL - - [FetchLaterResult interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [FetchLaterResult interface: existence and properties of interface object] - expected: FAIL - - [FetchLaterResult interface: attribute activated] - expected: FAIL - - [Window interface: operation fetchLater(RequestInfo, optional DeferredRequestInit)] - expected: FAIL - - [FetchLaterResult interface object length] - expected: FAIL - - -[idlharness.any.worker.html] - expected: - if (os == "android") and not debug: [OK, CRASH] - [Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type] - expected: FAIL - - [Request interface: attribute isHistoryNavigation] - expected: FAIL - - [Request interface: attribute isReloadNavigation] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "body" with the proper type] - expected: FAIL - - [Request interface: attribute body] - expected: FAIL - - [Request interface: attribute duplex] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "duplex" with the proper type] - expected: FAIL - - -[idlharness.any.sharedworker.html] - [Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type] - expected: FAIL - - [Request interface: attribute isHistoryNavigation] - expected: FAIL - - [Request interface: attribute isReloadNavigation] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "body" with the proper type] - expected: FAIL - - [Request interface: attribute body] - expected: FAIL - - [Request interface: attribute duplex] - expected: FAIL - - [Request interface: new Request('about:blank') must inherit property "duplex" with the proper type] - expected: FAIL diff --git a/testing/web-platform/meta/fetch/api/idlharness.https.any.js.ini b/testing/web-platform/meta/fetch/api/idlharness.https.any.js.ini @@ -0,0 +1,132 @@ +[idlharness.https.any.html] + [Request interface: attribute isReloadNavigation] + expected: FAIL + + [Request interface: attribute isHistoryNavigation] + expected: FAIL + + [Request interface: attribute duplex] + expected: FAIL + + [Request interface: attribute body] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "duplex" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "body" with the proper type] + expected: FAIL + + [FetchLaterResult interface: existence and properties of interface object] + expected: FAIL + + [FetchLaterResult interface object length] + expected: FAIL + + [FetchLaterResult interface object name] + expected: FAIL + + [FetchLaterResult interface: existence and properties of interface prototype object] + expected: FAIL + + [FetchLaterResult interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [FetchLaterResult interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [FetchLaterResult interface: attribute activated] + expected: FAIL + + [Window interface: operation fetchLater(RequestInfo, optional DeferredRequestInit)] + expected: FAIL + + [Window interface: window must inherit property "fetchLater(RequestInfo, optional DeferredRequestInit)" with the proper type] + expected: FAIL + + [Window interface: calling fetchLater(RequestInfo, optional DeferredRequestInit) on window with too few arguments must throw TypeError] + expected: FAIL + + +[idlharness.https.any.sharedworker.html] + [Request interface: attribute isReloadNavigation] + expected: FAIL + + [Request interface: attribute isHistoryNavigation] + expected: FAIL + + [Request interface: attribute duplex] + expected: FAIL + + [Request interface: attribute body] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "duplex" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "body" with the proper type] + expected: FAIL + + +[idlharness.https.any.worker.html] + [Request interface: attribute isReloadNavigation] + expected: FAIL + + [Request interface: attribute isHistoryNavigation] + expected: FAIL + + [Request interface: attribute duplex] + expected: FAIL + + [Request interface: attribute body] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "duplex" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "body" with the proper type] + expected: FAIL + + +[idlharness.https.any.serviceworker.html] + [Request interface: attribute isReloadNavigation] + expected: FAIL + + [Request interface: attribute isHistoryNavigation] + expected: FAIL + + [Request interface: attribute duplex] + expected: FAIL + + [Request interface: attribute body] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "duplex" with the proper type] + expected: FAIL + + [Request interface: new Request('about:blank') must inherit property "body" with the proper type] + expected: FAIL diff --git a/testing/web-platform/meta/fetch/api/request/request-keepalive-quota.html.ini b/testing/web-platform/meta/fetch/api/request/request-keepalive-quota.html.ini @@ -24,3 +24,5 @@ if (os_version == "7.0") and not sessionHistoryInParent and not debug: [PASS, FAIL] if (os_version == "24.04") and not fission: [PASS, FAIL] if (os_version == "14.70") and debug: [PASS, FAIL] + if (os == "linux") and fission and debug: [PASS, FAIL] + if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL] diff --git a/testing/web-platform/meta/fetch/fetch-later/basic.https.window.js.ini b/testing/web-platform/meta/fetch/fetch-later/basic.https.window.js.ini @@ -67,3 +67,6 @@ [fetchLater() does not throw error when it is aborted before sending.] expected: FAIL + + [fetchLater() throws TypeError on non-trustworthy http URL.] + expected: FAIL