servo/tests/wpt/meta/urlpattern/urlpattern.any.js.ini
Servo WPT Sync fa42968a61
Sync WPT with upstream (24-08-2025) (#38893)
Automated downstream sync of changes from upstream as of 24-08-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-08-24 01:41:18 +00:00

111 lines
3.5 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
[Pattern: [{"protocol":"http","hostname":"example.com/ignoredpath"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com\\\\?ignoredsearch"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com#ignoredhash"}\] Inputs: ["http://example.com/"\]]
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
[Pattern: [{"protocol":"http","hostname":"example.com/ignoredpath"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com\\\\?ignoredsearch"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[Pattern: [{"protocol":"http","hostname":"example.com#ignoredhash"}\] Inputs: ["http://example.com/"\]]
expected: FAIL
[urlpattern.any.serviceworker.html]
expected: ERROR