mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
build(deps): bump url from 2.4.1 to 2.5.0 (#30775)
* build(deps): bump url from 2.4.1 to 2.5.0 Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update expectations --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
d10688b5ef
commit
76401823f2
8 changed files with 5 additions and 57 deletions
|
@ -1375,12 +1375,6 @@
|
|||
[<area>: Setting <http://example.net>.hash = '\x00' Trailing C0 control should be encoded]
|
||||
expected: FAIL
|
||||
|
||||
[<a>: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
|
||||
expected: FAIL
|
||||
|
||||
[<a>: Setting <sc:space ?query#fragment>.search = '']
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-setters-a-area.window.html?include=mailto]
|
||||
[<area>: Setting <mailto:me@example.net>.protocol = 'http' Cannot-be-a-base URL doesn’t have a host, but URL in a special scheme must.]
|
||||
|
|
|
@ -105,12 +105,6 @@
|
|||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <sc:space ?query#fragment>.search = '']
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-setters.any.html?include=javascript]
|
||||
|
||||
|
@ -175,9 +169,3 @@
|
|||
|
||||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <sc:space ?query#fragment>.search = '']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[urlsearchparams-delete.any.worker.html]
|
||||
[Changing the query of a URL with an opaque path can impact the path if the URL has no fragment]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[urlsearchparams-delete.any.html]
|
||||
[Changing the query of a URL with an opaque path can impact the path if the URL has no fragment]
|
||||
expected: FAIL
|
|
@ -808,9 +808,3 @@
|
|||
|
||||
[<area>: Setting <http://example.net>.hash = '\x00' Trailing C0 control should be encoded]
|
||||
expected: FAIL
|
||||
|
||||
[<a>: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
|
||||
expected: FAIL
|
||||
|
||||
[<a>: Setting <sc:space ?query#fragment>.search = '']
|
||||
expected: FAIL
|
||||
|
|
|
@ -38,12 +38,6 @@
|
|||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <sc:space ?query#fragment>.search = '']
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-setters.any.worker.html?include=javascript]
|
||||
|
||||
|
@ -105,12 +99,6 @@
|
|||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
|
||||
expected: FAIL
|
||||
|
||||
[URL: Setting <sc:space ?query#fragment>.search = '']
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-setters.any.worker.html?include=mailto]
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[urlsearchparams-delete.any.worker.html]
|
||||
[Changing the query of a URL with an opaque path can impact the path if the URL has no fragment]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[urlsearchparams-delete.any.html]
|
||||
[Changing the query of a URL with an opaque path can impact the path if the URL has no fragment]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue