Update web-platform-tests to revision b'a1dcc969c7db5ac73d9b9eeb349949e7e639f3fd'

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-06-01 01:35:16 +00:00 committed by WPT Sync Bot
parent 568d24d4e3
commit 5e6f2b9d6f
225 changed files with 6315 additions and 2054 deletions

View file

@ -0,0 +1,62 @@
[urlpattern-generate.tentative.any.serviceworker.html]
expected: ERROR
[urlpattern-generate.tentative.any.sharedworker.html]
expected: ERROR
[urlpattern-generate.tentative.any.worker.html]
[Pattern: {"pathname":"/foo"} Component: pathname Groups: {}]
expected: FAIL
[Pattern: {"pathname":"/:foo"} Component: pathname Groups: {"foo":"bar"}]
expected: FAIL
[Pattern: {"pathname":"/:foo"} Component: pathname Groups: {"foo":"🍅"}]
expected: FAIL
[Pattern: {"hostname":"{:foo}.example.com"} Component: hostname Groups: {"foo":"🍅"}]
expected: FAIL
[Pattern: {"pathname":"/foo/:bar"} Component: pathname Groups: {"bar":"baz"}]
expected: FAIL
[Pattern: {"pathname":"/foo:bar"} Component: pathname Groups: {"bar":"baz"}]
expected: FAIL
[Pattern: {"pathname":"/:foo/:bar"} Component: pathname Groups: {"foo":"baz","bar":"qux"}]
expected: FAIL
[Pattern: "https://example.com/:foo" Component: pathname Groups: {"foo":" "}]
expected: FAIL
[Pattern: "original-scheme://example.com/:foo" Component: pathname Groups: {"foo":" "}]
expected: FAIL
[urlpattern-generate.tentative.any.html]
[Pattern: {"pathname":"/foo"} Component: pathname Groups: {}]
expected: FAIL
[Pattern: {"pathname":"/:foo"} Component: pathname Groups: {"foo":"bar"}]
expected: FAIL
[Pattern: {"pathname":"/:foo"} Component: pathname Groups: {"foo":"🍅"}]
expected: FAIL
[Pattern: {"hostname":"{:foo}.example.com"} Component: hostname Groups: {"foo":"🍅"}]
expected: FAIL
[Pattern: {"pathname":"/foo/:bar"} Component: pathname Groups: {"bar":"baz"}]
expected: FAIL
[Pattern: {"pathname":"/foo:bar"} Component: pathname Groups: {"bar":"baz"}]
expected: FAIL
[Pattern: {"pathname":"/:foo/:bar"} Component: pathname Groups: {"foo":"baz","bar":"qux"}]
expected: FAIL
[Pattern: "https://example.com/:foo" Component: pathname Groups: {"foo":" "}]
expected: FAIL
[Pattern: "original-scheme://example.com/:foo" Component: pathname Groups: {"foo":" "}]
expected: FAIL