mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
build(deps): bump url from 2.5.1 to 2.5.3 (#34136)
* build(deps): bump url from 2.5.1 to 2.5.3 Bumps [url](https://github.com/servo/rust-url) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.3) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update test expectations Signed-off-by: Oriol Brufau <obrufau@igalia.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
cc6163dcdd
commit
8dab5f4b80
4 changed files with 2 additions and 88 deletions
42
tests/wpt/meta/url/url-setters.any.js.ini
vendored
42
tests/wpt/meta/url/url-setters.any.js.ini
vendored
|
@ -14,33 +14,12 @@
|
|||
[URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/>.pathname = '/..//p']
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/>.pathname = '//p']
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/.//p>.hostname = '']
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <http://example.net:8080/test>.host = '[::1\]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-setters.any.worker.html?include=javascript]
|
||||
|
||||
|
@ -78,33 +57,12 @@
|
|||
[URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/>.pathname = '/..//p']
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/>.pathname = '//p']
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/.//p>.hostname = '']
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <http://example.net:8080/test>.host = '[::1\]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-setters.any.worker.html?include=mailto]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue