mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
* 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>
172 lines
5.6 KiB
INI
172 lines
5.6 KiB
INI
[url-setters.any.html]
|
|
[URL: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[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-setters.any.worker.html]
|
|
[URL: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[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-setters.any.worker.html?exclude=(file|javascript|mailto)]
|
|
[URL: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[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-setters.any.html?include=javascript]
|
|
|
|
[url-setters.any.worker.html?include=mailto]
|
|
|
|
[url-setters.any.worker.html?include=javascript]
|
|
|
|
[url-setters.any.html?include=mailto]
|
|
|
|
[url-setters.any.html?include=file]
|
|
[URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
|
|
[url-setters.any.worker.html?include=file]
|
|
[URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes]
|
|
expected: FAIL
|
|
|
|
|
|
[url-setters.any.html?exclude=(file|javascript|mailto)]
|
|
[URL: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value]
|
|
expected: FAIL
|
|
|
|
[URL: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased]
|
|
expected: FAIL
|
|
|
|
[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
|