mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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>
93 lines
2.7 KiB
INI
Vendored
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
|