From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../web-platform/meta/url/url-setters.any.js.ini | 548 +++++++++++++++++++++ 1 file changed, 548 insertions(+) create mode 100644 testing/web-platform/meta/url/url-setters.any.js.ini (limited to 'testing/web-platform/meta/url/url-setters.any.js.ini') diff --git a/testing/web-platform/meta/url/url-setters.any.js.ini b/testing/web-platform/meta/url/url-setters.any.js.ini new file mode 100644 index 0000000000..754c4608d7 --- /dev/null +++ b/testing/web-platform/meta/url/url-setters.any.js.ini @@ -0,0 +1,548 @@ +[url-setters.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [URL: Setting .protocol = 'file' Can’t switch from URL containing username/password/port to file] + expected: FAIL + + [URL: Setting .username = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] + expected: FAIL + + [URL: Setting .username = 'wario'] + expected: FAIL + + [URL: Setting .username = 'test'] + expected: FAIL + + [URL: Setting .password = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] + expected: FAIL + + [URL: Setting .password = 'bowser'] + expected: FAIL + + [URL: Setting .password = 'test'] + expected: FAIL + + [URL: Setting .host = '\x00' Non-special scheme] + expected: FAIL + + [URL: Setting .host = '\t'] + expected: FAIL + + [URL: Setting .host = '\n'] + expected: FAIL + + [URL: Setting .host = '\r'] + expected: FAIL + + [URL: Setting .host = ' '] + expected: FAIL + + [URL: Setting .host = '#'] + expected: FAIL + + [URL: Setting .host = '/'] + expected: FAIL + + [URL: Setting .host = '?'] + expected: FAIL + + [URL: Setting .host = '@'] + expected: FAIL + + [URL: Setting .host = 'ß'] + expected: FAIL + + [URL: Setting .host = '' The empty host is OK for non-special schemes] + expected: FAIL + + [URL: Setting .host = 'example.net' Path-only URLs can gain a host] + expected: FAIL + + [URL: Setting .host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] + expected: FAIL + + [URL: Setting .host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] + expected: FAIL + + [URL: Setting .host = 'x:123'] + expected: FAIL + + [URL: Setting .host = ''] + expected: FAIL + + [URL: Setting .host = ''] + expected: FAIL + + [URL: Setting .hostname = '\x00' Non-special scheme] + expected: FAIL + + [URL: Setting .hostname = '\t'] + expected: FAIL + + [URL: Setting .hostname = '\n'] + expected: FAIL + + [URL: Setting .hostname = '\r'] + expected: FAIL + + [URL: Setting .hostname = ' '] + expected: FAIL + + [URL: Setting .hostname = '#'] + expected: FAIL + + [URL: Setting .hostname = '/'] + expected: FAIL + + [URL: Setting .hostname = '?'] + expected: FAIL + + [URL: Setting .hostname = '@'] + expected: FAIL + + [URL: Setting .hostname = '' The empty host is OK for non-special schemes] + expected: FAIL + + [URL: Setting .hostname = 'example.net' Path-only URLs can gain a host] + expected: FAIL + + [URL: Setting .hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] + expected: FAIL + + [URL: Setting .hostname = 'x:123'] + expected: FAIL + + [URL: Setting .hostname = ''] + expected: FAIL + + [URL: Setting .hostname = ''] + expected: FAIL + + [URL: Setting .hostname = 'h' Drop /. from path] + expected: FAIL + + [URL: Setting .hostname = ''] + expected: FAIL + + [URL: Setting .port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] + expected: FAIL + + [URL: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + [URL: Setting .pathname = '/var/log/../run/bar.socket'] + expected: FAIL + + [URL: Setting .pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is a segment delimiter for 'special' URLs] + expected: FAIL + + [URL: Setting .pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is *not* a segment delimiter for non-'special' URLs] + expected: FAIL + + [URL: Setting .pathname = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed.] + expected: FAIL + + [URL: Setting .pathname = '?' ? needs to be encoded, non-special scheme] + expected: FAIL + + [URL: Setting .pathname = '#' # needs to be encoded, non-special scheme] + expected: FAIL + + [URL: Setting .pathname = '\\\\' File URLs and (back)slashes] + expected: FAIL + + [URL: Setting .pathname = '//\\/' File URLs and (back)slashes] + expected: FAIL + + [URL: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [URL: Setting .pathname = '/..//p'] + expected: FAIL + + [URL: Setting .pathname = '//p'] + expected: FAIL + + [URL: Setting .pathname = 'p' Drop /. from path] + expected: FAIL + + [URL: Setting .search = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed.] + expected: FAIL + + [URL: Setting .hash = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' Simple percent-encoding; tabs and newlines are removed] + expected: FAIL + + [URL: Setting .host = '///bad.com' Leading / is not stripped] + expected: FAIL + + [URL: Setting .hostname = '///bad.com' Leading / is not stripped] + expected: FAIL + + [URL: Setting .pathname = '' Non-special URLs can have their paths erased] + expected: FAIL + + [URL: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] + expected: FAIL + + [URL: Setting .pathname = '' Path-only URLs cannot have their paths erased] + expected: FAIL + + [URL: Setting .pathname = 'test' Path-only URLs always have an initial slash] + expected: FAIL + + [URL: Setting .pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020] + expected: FAIL + + [URL: Setting .pathname = 'space '] + expected: FAIL + + +[url-setters.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [URL: Setting .username = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] + expected: FAIL + + [URL: Setting .username = 'wario'] + expected: FAIL + + [URL: Setting .username = 'test'] + expected: FAIL + + [URL: Setting .password = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] + expected: FAIL + + [URL: Setting .password = 'bowser'] + expected: FAIL + + [URL: Setting .password = 'test'] + expected: FAIL + + [URL: Setting .host = '\x00' Non-special scheme] + expected: FAIL + + [URL: Setting .host = '\t'] + expected: FAIL + + [URL: Setting .host = '\n'] + expected: FAIL + + [URL: Setting .host = '\r'] + expected: FAIL + + [URL: Setting .host = ' '] + expected: FAIL + + [URL: Setting .host = '#'] + expected: FAIL + + [URL: Setting .host = '/'] + expected: FAIL + + [URL: Setting .host = '?'] + expected: FAIL + + [URL: Setting .host = '@'] + expected: FAIL + + [URL: Setting .host = 'ß'] + expected: FAIL + + [URL: Setting .host = '' The empty host is OK for non-special schemes] + expected: FAIL + + [URL: Setting .host = 'example.net' Path-only URLs can gain a host] + expected: FAIL + + [URL: Setting .host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] + expected: FAIL + + [URL: Setting .host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] + expected: FAIL + + [URL: Setting .host = 'x:123'] + expected: FAIL + + [URL: Setting .host = ''] + expected: FAIL + + [URL: Setting .host = ''] + expected: FAIL + + [URL: Setting .hostname = '\x00' Non-special scheme] + expected: FAIL + + [URL: Setting .hostname = '\t'] + expected: FAIL + + [URL: Setting .hostname = '\n'] + expected: FAIL + + [URL: Setting .hostname = '\r'] + expected: FAIL + + [URL: Setting .hostname = ' '] + expected: FAIL + + [URL: Setting .hostname = '#'] + expected: FAIL + + [URL: Setting .hostname = '/'] + expected: FAIL + + [URL: Setting .hostname = '?'] + expected: FAIL + + [URL: Setting .hostname = '@'] + expected: FAIL + + [URL: Setting .hostname = '' The empty host is OK for non-special schemes] + expected: FAIL + + [URL: Setting .hostname = 'example.net' Path-only URLs can gain a host] + expected: FAIL + + [URL: Setting .hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] + expected: FAIL + + [URL: Setting .hostname = 'x:123'] + expected: FAIL + + [URL: Setting .hostname = ''] + expected: FAIL + + [URL: Setting .hostname = ''] + expected: FAIL + + [URL: Setting .hostname = 'h' Drop /. from path] + expected: FAIL + + [URL: Setting .hostname = ''] + expected: FAIL + + [URL: Setting .port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] + expected: FAIL + + [URL: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + [URL: Setting .pathname = '/var/log/../run/bar.socket'] + expected: FAIL + + [URL: Setting .pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is a segment delimiter for 'special' URLs] + expected: FAIL + + [URL: Setting .pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is *not* a segment delimiter for non-'special' URLs] + expected: FAIL + + [URL: Setting .pathname = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed.] + expected: FAIL + + [URL: Setting .pathname = '?' ? needs to be encoded, non-special scheme] + expected: FAIL + + [URL: Setting .pathname = '#' # needs to be encoded, non-special scheme] + expected: FAIL + + [URL: Setting .pathname = '\\\\' File URLs and (back)slashes] + expected: FAIL + + [URL: Setting .pathname = '//\\/' File URLs and (back)slashes] + expected: FAIL + + [URL: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [URL: Setting .pathname = '/..//p'] + expected: FAIL + + [URL: Setting .pathname = '//p'] + expected: FAIL + + [URL: Setting .pathname = 'p' Drop /. from path] + expected: FAIL + + [URL: Setting .search = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed.] + expected: FAIL + + [URL: Setting .hash = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' Simple percent-encoding; tabs and newlines are removed] + expected: FAIL + + [URL: Setting .host = '///bad.com' Leading / is not stripped] + expected: FAIL + + [URL: Setting .hostname = '///bad.com' Leading / is not stripped] + expected: FAIL + + [URL: Setting .pathname = '' Non-special URLs can have their paths erased] + expected: FAIL + + [URL: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] + expected: FAIL + + [URL: Setting .pathname = '' Path-only URLs cannot have their paths erased] + expected: FAIL + + [URL: Setting .pathname = 'test' Path-only URLs always have an initial slash] + expected: FAIL + + [URL: Setting .pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020] + expected: FAIL + + [URL: Setting .pathname = 'space '] + expected: FAIL + + +[url-setters.any.html?include=javascript] + [URL: Setting .username = 'wario'] + expected: FAIL + + [URL: Setting .password = 'bowser'] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + +[url-setters.any.worker.html?exclude=(file|javascript|mailto)] + [URL: Setting .hostname = 'h' Drop /. from path] + expected: FAIL + + [URL: Setting .hostname = ''] + expected: FAIL + + [URL: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] + expected: FAIL + + [URL: Setting .pathname = '' Non-special URLs can have their paths erased] + expected: FAIL + + [URL: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] + expected: FAIL + + [URL: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [URL: Setting .pathname = '/..//p'] + expected: FAIL + + [URL: Setting .pathname = '//p'] + expected: FAIL + + [URL: Setting .pathname = 'p' Drop /. from path] + expected: FAIL + + [URL: Setting .pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020] + expected: FAIL + + +[url-setters.any.html?include=file] + [URL: Setting .protocol = 's'] + expected: FAIL + + [URL: Setting .username = 'test'] + expected: FAIL + + [URL: Setting .password = 'test'] + expected: FAIL + + [URL: Setting .host = 'x:123'] + expected: FAIL + + [URL: Setting .hostname = 'x:123'] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + [URL: Setting .pathname = '\\\\' File URLs and (back)slashes] + expected: FAIL + + +[url-setters.any.worker.html?include=javascript] + [URL: Setting .username = 'wario'] + expected: FAIL + + [URL: Setting .password = 'bowser'] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + +[url-setters.any.html?exclude=(file|javascript|mailto)] + [URL: Setting .hostname = 'h' Drop /. from path] + expected: FAIL + + [URL: Setting .hostname = ''] + expected: FAIL + + [URL: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] + expected: FAIL + + [URL: Setting .pathname = '' Non-special URLs can have their paths erased] + expected: FAIL + + [URL: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] + expected: FAIL + + [URL: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [URL: Setting .pathname = '/..//p'] + expected: FAIL + + [URL: Setting .pathname = '//p'] + expected: FAIL + + [URL: Setting .pathname = 'p' Drop /. from path] + expected: FAIL + + [URL: Setting .pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020] + expected: FAIL + + +[url-setters.any.worker.html?include=file] + [URL: Setting .protocol = 's'] + expected: FAIL + + [URL: Setting .username = 'test'] + expected: FAIL + + [URL: Setting .password = 'test'] + expected: FAIL + + [URL: Setting .host = 'x:123'] + expected: FAIL + + [URL: Setting .hostname = 'x:123'] + expected: FAIL + + [URL: Setting .port = '12'] + expected: FAIL + + [URL: Setting .pathname = '\\\\' File URLs and (back)slashes] + expected: FAIL + + +[url-setters.any.html?include=mailto] + +[url-setters.any.worker.html?include=mailto] -- cgit v1.2.3