servo/tests/wpt/meta/urlpattern/urlpattern-generate.tentative.any.js.ini
Servo WPT Sync 2a07ef01f5
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>
2025-06-02 06:06:09 +00:00

63 lines
2 KiB
INI
Vendored

[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