servo/tests/wpt/meta/urlpattern/urlpattern.any.js.ini
Simon Wülker 7fd0c81f55
Implement URLPattern::{text, exec} (#37044)
With this change the URLPattern API is fully implemented. I'll look into
the remaining failures and then enable the preference by default.

Testing: Covered by web platform tests

Depends on https://github.com/servo/servo/pull/37042

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-05-24 11:12:11 +00:00

93 lines
2.7 KiB
INI
Vendored

[urlpattern.any.worker.html]
[Pattern: [{"protocol":"http","port":"80 "}\] Inputs: [{"protocol":"http","port":"80"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad#hostname"}\] Inputs: [{"hostname":"bad"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad/hostname"}\] Inputs: [{"hostname":"bad"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\\\\\\\hostname"}\] Inputs: [{"hostname":"badhostname"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\nhostname"}\] Inputs: [{"hostname":"badhostname"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\rhostname"}\] Inputs: [{"hostname":"badhostname"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\thostname"}\] Inputs: [{"hostname":"badhostname"}\]]
expected: FAIL
[Pattern: [{"pathname":"*{}**?"}\] Inputs: [{"pathname":"foobar"}\]]
expected: FAIL
[Pattern: [{"port":"80"}\] Inputs: [{"port":"8\\t0"}\]]
expected: FAIL
[Pattern: [{"port":"80"}\] Inputs: [{"port":"80x"}\]]
expected: FAIL
[Pattern: [{"port":"80"}\] Inputs: [{"port":"80?x"}\]]
expected: FAIL
[Pattern: [{"port":"80"}\] Inputs: [{"port":"80\\\\x"}\]]
expected: FAIL
[Pattern: ["https://{sub.}?example{.com/}foo"\] Inputs: ["https://example.com/foo"\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\\\:hostname"}\] Inputs: undefined]
expected: FAIL
[urlpattern.any.sharedworker.html]
expected: ERROR
[urlpattern.any.html]
[Pattern: [{"protocol":"http","port":"80 "}\] Inputs: [{"protocol":"http","port":"80"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad#hostname"}\] Inputs: [{"hostname":"bad"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad/hostname"}\] Inputs: [{"hostname":"bad"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\\\\\\\hostname"}\] Inputs: [{"hostname":"badhostname"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\nhostname"}\] Inputs: [{"hostname":"badhostname"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\rhostname"}\] Inputs: [{"hostname":"badhostname"}\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\thostname"}\] Inputs: [{"hostname":"badhostname"}\]]
expected: FAIL
[Pattern: [{"pathname":"*{}**?"}\] Inputs: [{"pathname":"foobar"}\]]
expected: FAIL
[Pattern: [{"port":"80"}\] Inputs: [{"port":"8\\t0"}\]]
expected: FAIL
[Pattern: [{"port":"80"}\] Inputs: [{"port":"80x"}\]]
expected: FAIL
[Pattern: [{"port":"80"}\] Inputs: [{"port":"80?x"}\]]
expected: FAIL
[Pattern: [{"port":"80"}\] Inputs: [{"port":"80\\\\x"}\]]
expected: FAIL
[Pattern: ["https://{sub.}?example{.com/}foo"\] Inputs: ["https://example.com/foo"\]]
expected: FAIL
[Pattern: [{"hostname":"bad\\\\:hostname"}\] Inputs: undefined]
expected: FAIL
[urlpattern.any.serviceworker.html]
expected: ERROR