mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Sync WPT with upstream (02-06-2025) (#37212)
Automated downstream sync of changes from upstream as of 02-06-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
f710e2cab4
commit
2a07ef01f5
230 changed files with 6516 additions and 2061 deletions
63
tests/wpt/meta/urlpattern/urlpattern-generate.tentative.any.js.ini
vendored
Normal file
63
tests/wpt/meta/urlpattern/urlpattern-generate.tentative.any.js.ini
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
[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
|
||||
|
||||
|
||||
[urlpattern-generate.tentative.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[urlpattern-generate.tentative.any.sharedworker.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue