mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update web-platform-tests to revision b'a1dcc969c7db5ac73d9b9eeb349949e7e639f3fd'
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
568d24d4e3
commit
5e6f2b9d6f
225 changed files with 6315 additions and 2054 deletions
62
tests/wpt/meta/urlpattern/urlpattern-generate.tentative.any.js.ini
vendored
Normal file
62
tests/wpt/meta/urlpattern/urlpattern-generate.tentative.any.js.ini
vendored
Normal file
|
@ -0,0 +1,62 @@
|
|||
[urlpattern-generate.tentative.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[urlpattern-generate.tentative.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[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
|
Loading…
Add table
Add a link
Reference in a new issue