mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -7784,9 +7784,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "url"
|
name = "url"
|
||||||
version = "2.5.1"
|
version = "2.5.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
|
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"form_urlencoded",
|
"form_urlencoded",
|
||||||
"idna",
|
"idna",
|
||||||
|
|
|
@ -596,21 +596,12 @@
|
||||||
[<area>: Setting <http://example.net>.pathname = '/#é' # doesn't mess up encoding]
|
[<area>: Setting <http://example.net>.pathname = '/#é' # doesn't mess up encoding]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<a>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[<area>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
|
[<area>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<a>: Setting <non-spec:/>.pathname = '/..//p']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[<area>: Setting <non-spec:/>.pathname = '/..//p']
|
[<area>: Setting <non-spec:/>.pathname = '/..//p']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<a>: Setting <non-spec:/>.pathname = '//p']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[<area>: Setting <non-spec:/>.pathname = '//p']
|
[<area>: Setting <non-spec:/>.pathname = '//p']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -770,9 +761,6 @@
|
||||||
[<area>: Setting <https://example.com/>.hostname = 'xn--']
|
[<area>: Setting <https://example.com/>.hostname = 'xn--']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<a>: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[<area>: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number]
|
[<area>: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -806,15 +794,9 @@
|
||||||
[<area>: Setting <http://example.net/path>.host = 'example.com?stuff:8080' Stuff after a ? delimiter is ignored, trailing 'port']
|
[<area>: Setting <http://example.net/path>.host = 'example.com?stuff:8080' Stuff after a ? delimiter is ignored, trailing 'port']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<a>: 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
|
|
||||||
|
|
||||||
[<area>: 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]
|
[<area>: 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
|
expected: FAIL
|
||||||
|
|
||||||
[<a>: 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
|
|
||||||
|
|
||||||
[<area>: 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]
|
[<area>: 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
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
[url-setters-stripping.any.html]
|
|
||||||
[Setting port with leading U+0000 (wpt++:)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Setting port with leading U+0000 (https:)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Setting port with leading U+001F (https:)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Setting port with leading U+001F (wpt++:)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
||||||
[url-setters-stripping.any.worker.html]
|
|
||||||
[Setting port with leading U+0000 (wpt++:)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Setting port with leading U+0000 (https:)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Setting port with leading U+001F (https:)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Setting port with leading U+001F (wpt++:)]
|
|
||||||
expected: FAIL
|
|
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]
|
[URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
|
||||||
expected: FAIL
|
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]
|
[URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[URL: Setting <non-spec:/.//p>.hostname = '']
|
[URL: Setting <non-spec:/.//p>.hostname = '']
|
||||||
expected: FAIL
|
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]
|
[url-setters.any.worker.html?include=javascript]
|
||||||
|
|
||||||
|
@ -78,33 +57,12 @@
|
||||||
[URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes]
|
[URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes]
|
||||||
expected: FAIL
|
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]
|
[URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[URL: Setting <non-spec:/.//p>.hostname = '']
|
[URL: Setting <non-spec:/.//p>.hostname = '']
|
||||||
expected: FAIL
|
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]
|
[url-setters.any.worker.html?include=mailto]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue