tor-browser

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

commit 1088cf8db2287670a01b1581de66257a523d013f
parent 5901f1af290ff676d02e345ade3d04acf7856709
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Thu, 27 Nov 2025 07:33:03 +0000

Bug 2002585 [wpt PR 56301] - Update wpt metadata, a=testonly

wpt-pr: 56301
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/html/browsers/origin/tentative/api/idlharness.any.js.ini | 18++++++++++++++++++
Dtesting/web-platform/meta/html/browsers/origin/tentative/api/origin-fromURL.any.js.ini | 206-------------------------------------------------------------------------------
Dtesting/web-platform/meta/html/browsers/origin/tentative/api/origin.any.js.ini | 320-------------------------------------------------------------------------------
3 files changed, 18 insertions(+), 526 deletions(-)

diff --git a/testing/web-platform/meta/html/browsers/origin/tentative/api/idlharness.any.js.ini b/testing/web-platform/meta/html/browsers/origin/tentative/api/idlharness.any.js.ini @@ -65,6 +65,15 @@ [Origin interface: calling isSameSite(Origin) on new Origin() with too few arguments must throw TypeError] expected: FAIL + [Origin interface: operation from(any)] + expected: FAIL + + [Origin interface: new Origin() must inherit property "from(any)" with the proper type] + expected: FAIL + + [Origin interface: calling from(any) on new Origin() with too few arguments must throw TypeError] + expected: FAIL + [idlharness.any.worker.html] [Origin interface: existence and properties of interface object] @@ -132,3 +141,12 @@ [Origin interface: calling isSameSite(Origin) on new Origin() with too few arguments must throw TypeError] expected: FAIL + + [Origin interface: operation from(any)] + expected: FAIL + + [Origin interface: new Origin() must inherit property "from(any)" with the proper type] + expected: FAIL + + [Origin interface: calling from(any) on new Origin() with too few arguments must throw TypeError] + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/origin/tentative/api/origin-fromURL.any.js.ini b/testing/web-platform/meta/html/browsers/origin/tentative/api/origin-fromURL.any.js.ini @@ -1,206 +0,0 @@ -[origin-fromURL.any.html] - [Origin.fromURL for opaque URL as string 'about:blank'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'about:blank'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'data:text/plain,opaque'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'data:text/plain,opaque'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'weird-protocol:whatever'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'weird-protocol:whatever'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'weird-hierarchical-protocol://host/path?etc'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'weird-hierarchical-protocol://host/path?etc'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'blob:weird-protocol:whatever'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'blob:weird-protocol:whatever'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'blob:weird-hierarchical-protocol://host/path?etc'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'blob:weird-hierarchical-protocol://host/path?etc'.] - expected: FAIL - - [Origin.fromURL returns null for ''.] - expected: FAIL - - [Origin.fromURL returns null for 'invalid'.] - expected: FAIL - - [Origin constructed from 'http://site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://site.example:123' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'http://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://sub.site.example:123' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://xn--mlauted-m2a.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'ftp://ftp.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'ws://ws.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'wss://wss.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://trailing.slash/' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://user:pass@site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://has.a.port:1234/and/path' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://ümlauted.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'file:///path/to/a/file.txt' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'blob:https://example.com/some-guid' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'ftp://example.com/' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://example.com/path?query#fragment' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://127.0.0.1/' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://[::1\]/' is a tuple origin.] - expected: FAIL - - -[origin-fromURL.any.worker.html] - [Origin.fromURL for opaque URL as string 'about:blank'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'about:blank'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'data:text/plain,opaque'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'data:text/plain,opaque'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'weird-protocol:whatever'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'weird-protocol:whatever'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'weird-hierarchical-protocol://host/path?etc'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'weird-hierarchical-protocol://host/path?etc'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'blob:weird-protocol:whatever'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'blob:weird-protocol:whatever'.] - expected: FAIL - - [Origin.fromURL for opaque URL as string 'blob:weird-hierarchical-protocol://host/path?etc'.] - expected: FAIL - - [Origin.fromURL for opaque URL as URL 'blob:weird-hierarchical-protocol://host/path?etc'.] - expected: FAIL - - [Origin.fromURL returns null for ''.] - expected: FAIL - - [Origin.fromURL returns null for 'invalid'.] - expected: FAIL - - [Origin constructed from 'http://site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://site.example:123' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'http://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://sub.site.example:123' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://xn--mlauted-m2a.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'ftp://ftp.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'ws://ws.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'wss://wss.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://trailing.slash/' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://user:pass@site.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://has.a.port:1234/and/path' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://ümlauted.example' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'file:///path/to/a/file.txt' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'blob:https://example.com/some-guid' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'ftp://example.com/' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://example.com/path?query#fragment' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://127.0.0.1/' is a tuple origin.] - expected: FAIL - - [Origin constructed from 'https://[::1\]/' is a tuple origin.] - expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/origin/tentative/api/origin.any.js.ini b/testing/web-platform/meta/html/browsers/origin/tentative/api/origin.any.js.ini @@ -1,320 +0,0 @@ -[origin.any.worker.html] - [Default-constructed Origin is opaque.] - expected: FAIL - - [Origin constructed with 'null' is opaque.] - expected: FAIL - - [Origin parsed from 'null' is opaque.] - expected: FAIL - - [Origin constructor throws for ''.] - expected: FAIL - - [Origin.parse returns null for ''.] - expected: FAIL - - [Origin constructor throws for 'invalid'.] - expected: FAIL - - [Origin.parse returns null for 'invalid'.] - expected: FAIL - - [Origin constructor throws for 'about:blank'.] - expected: FAIL - - [Origin.parse returns null for 'about:blank'.] - expected: FAIL - - [Origin constructor throws for 'https://trailing.slash/'.] - expected: FAIL - - [Origin.parse returns null for 'https://trailing.slash/'.] - expected: FAIL - - [Origin constructor throws for 'https://user:pass@site.example'.] - expected: FAIL - - [Origin.parse returns null for 'https://user:pass@site.example'.] - expected: FAIL - - [Origin constructor throws for 'https://has.a.port:1234/and/path'.] - expected: FAIL - - [Origin.parse returns null for 'https://has.a.port:1234/and/path'.] - expected: FAIL - - [Origin constructor throws for 'https://ümlauted.example'.] - expected: FAIL - - [Origin.parse returns null for 'https://ümlauted.example'.] - expected: FAIL - - [Origin constructor throws for 'https://has.a.fragment/#frag'.] - expected: FAIL - - [Origin.parse returns null for 'https://has.a.fragment/#frag'.] - expected: FAIL - - [Origin constructor throws for 'https://invalid.port:123456789'.] - expected: FAIL - - [Origin.parse returns null for 'https://invalid.port:123456789'.] - expected: FAIL - - [Origin constructor throws for 'blob:https://blob.example/guid-goes-here'.] - expected: FAIL - - [Origin.parse returns null for 'blob:https://blob.example/guid-goes-here'.] - expected: FAIL - - [Origin constructed from 'http://site.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'http://site.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'http://site.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://site.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://site.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://site.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://site.example:123' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://site.example:123' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://site.example:123' are equivalent.] - expected: FAIL - - [Origin constructed from 'http://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'http://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'http://sub.site.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://sub.site.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://sub.site.example:123' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://sub.site.example:123' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://sub.site.example:123' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://xn--mlauted-m2a.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://xn--mlauted-m2a.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://xn--mlauted-m2a.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'ftp://ftp.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'ftp://ftp.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'ftp://ftp.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'ws://ws.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'ws://ws.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'ws://ws.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'wss://wss.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'wss://wss.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'wss://wss.example' are equivalent.] - expected: FAIL - - -[origin.any.html] - [Default-constructed Origin is opaque.] - expected: FAIL - - [Origin constructed with 'null' is opaque.] - expected: FAIL - - [Origin parsed from 'null' is opaque.] - expected: FAIL - - [Origin constructor throws for ''.] - expected: FAIL - - [Origin.parse returns null for ''.] - expected: FAIL - - [Origin constructor throws for 'invalid'.] - expected: FAIL - - [Origin.parse returns null for 'invalid'.] - expected: FAIL - - [Origin constructor throws for 'about:blank'.] - expected: FAIL - - [Origin.parse returns null for 'about:blank'.] - expected: FAIL - - [Origin constructor throws for 'https://trailing.slash/'.] - expected: FAIL - - [Origin.parse returns null for 'https://trailing.slash/'.] - expected: FAIL - - [Origin constructor throws for 'https://user:pass@site.example'.] - expected: FAIL - - [Origin.parse returns null for 'https://user:pass@site.example'.] - expected: FAIL - - [Origin constructor throws for 'https://has.a.port:1234/and/path'.] - expected: FAIL - - [Origin.parse returns null for 'https://has.a.port:1234/and/path'.] - expected: FAIL - - [Origin constructor throws for 'https://ümlauted.example'.] - expected: FAIL - - [Origin.parse returns null for 'https://ümlauted.example'.] - expected: FAIL - - [Origin constructor throws for 'https://has.a.fragment/#frag'.] - expected: FAIL - - [Origin.parse returns null for 'https://has.a.fragment/#frag'.] - expected: FAIL - - [Origin constructor throws for 'https://invalid.port:123456789'.] - expected: FAIL - - [Origin.parse returns null for 'https://invalid.port:123456789'.] - expected: FAIL - - [Origin constructor throws for 'blob:https://blob.example/guid-goes-here'.] - expected: FAIL - - [Origin.parse returns null for 'blob:https://blob.example/guid-goes-here'.] - expected: FAIL - - [Origin constructed from 'http://site.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'http://site.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'http://site.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://site.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://site.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://site.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://site.example:123' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://site.example:123' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://site.example:123' are equivalent.] - expected: FAIL - - [Origin constructed from 'http://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'http://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'http://sub.site.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://sub.site.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://sub.site.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://sub.site.example:123' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://sub.site.example:123' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://sub.site.example:123' are equivalent.] - expected: FAIL - - [Origin constructed from 'https://xn--mlauted-m2a.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'https://xn--mlauted-m2a.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'https://xn--mlauted-m2a.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'ftp://ftp.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'ftp://ftp.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'ftp://ftp.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'ws://ws.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'ws://ws.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'ws://ws.example' are equivalent.] - expected: FAIL - - [Origin constructed from 'wss://wss.example' is a tuple origin.] - expected: FAIL - - [Origin parsed from 'wss://wss.example' is a tuple origin.] - expected: FAIL - - [Origins parsed and constructed from 'wss://wss.example' are equivalent.] - expected: FAIL