[url-setters.html] [Setting .protocol = '' The empty string is not a valid scheme. Setter leaves the URL unchanged.] expected: FAIL [Setting .protocol = 'b'] expected: FAIL [Setting .protocol = 'B' Upper-case ASCII is lower-cased] expected: FAIL [Setting .protocol = 'é' Non-ASCII is rejected] expected: FAIL [Setting .protocol = '0b' No leading digit] expected: FAIL [Setting .protocol = '+b' No leading punctuation] expected: FAIL [Setting .protocol = 'bC0+-.'] expected: FAIL [Setting .protocol = 'b,c' Only some punctuation is acceptable] expected: FAIL [Setting .protocol = 'bé' Non-ASCII is rejected] expected: FAIL [Setting .protocol = 'b' Can’t switch from special scheme to non-special. Note: this may change, see https://github.com/whatwg/url/issues/104] expected: FAIL [Setting .protocol = 'http' Cannot-be-a-base URL doesn’t have a host, but URL in a special scheme must.] expected: FAIL [Setting .protocol = 'http' Can’t switch from non-special scheme to special. Note: this may change, see https://github.com/whatwg/url/issues/104] expected: FAIL [Setting .username = 'me'] expected: FAIL [Setting .username = ''] expected: FAIL [Setting .username = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] expected: FAIL [Setting .password = 'secret'] expected: FAIL [Setting .password = ''] expected: FAIL [Setting .password = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] expected: FAIL [Setting .password = '%c3%89té' Bytes already percent-encoded are left as-is.] expected: FAIL [Setting .host = '' The empty host is OK for non-special schemes] expected: FAIL [Setting .host = 'example.net' Path-only URLs can gain a host] expected: FAIL [Setting .host = '[::0:01\]:2' IPv6 address syntax is normalized] expected: FAIL [Setting .host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, and it’s invalid in a domain] expected: FAIL [Setting .host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] expected: FAIL [Setting .hostname = '' The empty host is OK for non-special schemes] expected: FAIL [Setting .hostname = 'example.net' Path-only URLs can gain a host] expected: FAIL [Setting .hostname = '[::0:01\]' IPv6 address syntax is normalized] expected: FAIL [Setting .hostname = 'example.com:8080' Stuff after a : delimiter is ignored] expected: FAIL [Setting .hostname = 'example.com:' Stuff after a : delimiter is ignored] expected: FAIL [Setting .hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, and it’s invalid in a domain] expected: FAIL [Setting .port = '' Port number is unchanged if empty in the new value. Note: this may change, see https://github.com/whatwg/url/pull/113] expected: FAIL [Setting .port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] expected: FAIL [Setting .pathname = '/var/log/../run/bar.socket'] expected: FAIL [Setting .pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is a segment delimiter for 'special' URLs] expected: FAIL [Setting .pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is *not* a segment delimiter for non-'special' URLs] expected: FAIL [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 [Setting .pathname = '%2e%2E%c3%89té' Bytes already percent-encoded are left as-is, except %2E.] expected: FAIL [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 [Setting .hash = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' No percent-encoding at all (!); nuls, tabs, and newlines are removed] expected: FAIL [Setting .hash = '%c3%89té' Bytes already percent-encoded are left as-is] expected: FAIL [URL: Setting .protocol = 'b' Can’t switch from special scheme to non-special. Note: this may change, see https://github.com/whatwg/url/issues/104] expected: FAIL [: Setting .protocol = 'b' Can’t switch from special scheme to non-special. Note: this may change, see https://github.com/whatwg/url/issues/104] expected: FAIL [: Setting .protocol = 'b' Can’t switch from special scheme to non-special. Note: this may change, see https://github.com/whatwg/url/issues/104] expected: FAIL [URL: Setting .protocol = 'http' Cannot-be-a-base URL doesn’t have a host, but URL in a special scheme must.] expected: FAIL [: Setting .protocol = 'http' Cannot-be-a-base URL doesn’t have a host, but URL in a special scheme must.] expected: FAIL [: Setting .protocol = 'http' Cannot-be-a-base URL doesn’t have a host, but URL in a special scheme must.] expected: FAIL [URL: Setting .protocol = 'http' Can’t switch from non-special scheme to special. Note: this may change, see https://github.com/whatwg/url/issues/104] expected: FAIL [: Setting .protocol = 'http' Can’t switch from non-special scheme to special. Note: this may change, see https://github.com/whatwg/url/issues/104] expected: FAIL [: Setting .protocol = 'http' Can’t switch from non-special scheme to special. Note: this may change, see https://github.com/whatwg/url/issues/104] expected: FAIL [URL: Setting .username = 'me'] expected: FAIL [: Setting .username = 'me'] expected: FAIL [: Setting .username = 'me'] expected: FAIL [URL: Setting .username = ''] expected: FAIL [: Setting .username = ''] expected: FAIL [: Setting .username = ''] 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 [: Setting .username = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] expected: FAIL [: Setting .username = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] expected: FAIL [URL: Setting .password = 'secret'] expected: FAIL [: Setting .password = 'secret'] expected: FAIL [: Setting .password = 'secret'] expected: FAIL [URL: Setting .password = ''] expected: FAIL [: Setting .password = ''] expected: FAIL [: Setting .password = ''] 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 [: Setting .password = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the userinfo encode set.] expected: FAIL [: 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 = '%c3%89té' Bytes already percent-encoded are left as-is.] expected: FAIL [: Setting .password = '%c3%89té' Bytes already percent-encoded are left as-is.] expected: FAIL [: Setting .password = '%c3%89té' Bytes already percent-encoded are left as-is.] expected: FAIL [URL: Setting .host = '' The empty host is OK for non-special schemes] expected: FAIL [: Setting .host = '' The empty host is OK for non-special schemes] expected: FAIL [: 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 [: Setting .host = 'example.net' Path-only URLs can gain a host] expected: FAIL [: 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, and it’s invalid in a domain] expected: FAIL [: Setting .host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, and it’s invalid in a domain] expected: FAIL [: Setting .host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, and it’s invalid in a domain] 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 [: Setting .host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] expected: FAIL [: 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 .hostname = '' The empty host is OK for non-special schemes] expected: FAIL [: Setting .hostname = '' The empty host is OK for non-special schemes] expected: FAIL [: 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 [: Setting .hostname = 'example.net' Path-only URLs can gain a host] expected: FAIL [: Setting .hostname = 'example.net' Path-only URLs can gain a host] expected: FAIL [URL: Setting .hostname = 'example.com:8080' Stuff after a : delimiter is ignored] expected: FAIL [: Setting .hostname = 'example.com:8080' Stuff after a : delimiter is ignored] expected: FAIL [: Setting .hostname = 'example.com:8080' Stuff after a : delimiter is ignored] expected: FAIL [URL: Setting .hostname = 'example.com:' Stuff after a : delimiter is ignored] expected: FAIL [: Setting .hostname = 'example.com:' Stuff after a : delimiter is ignored] expected: FAIL [: Setting .hostname = 'example.com:' Stuff after a : delimiter is ignored] expected: FAIL [URL: Setting .hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, and it’s invalid in a domain] expected: FAIL [: Setting .hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, and it’s invalid in a domain] expected: FAIL [: Setting .hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, and it’s invalid in a domain] 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 [: Setting .port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] expected: FAIL [: Setting .port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error] expected: FAIL [: Setting .pathname = '/foo' Cannot-be-a-base don’t have a path] expected: FAIL [: Setting .pathname = '/foo' Cannot-be-a-base don’t have a path] expected: FAIL [URL: Setting .pathname = '/var/log/../run/bar.socket'] expected: FAIL [: Setting .pathname = '/var/log/../run/bar.socket'] expected: FAIL [: 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 [: Setting .pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is a segment delimiter for 'special' URLs] expected: FAIL [: 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 [: Setting .pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is *not* a segment delimiter for non-'special' URLs] expected: FAIL [: 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 [: 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 [: 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 = '%2e%2E%c3%89té' Bytes already percent-encoded are left as-is, except %2E.] expected: FAIL [: Setting .pathname = '%2e%2E%c3%89té' Bytes already percent-encoded are left as-is, except %2E.] expected: FAIL [: Setting .pathname = '%2e%2E%c3%89té' Bytes already percent-encoded are left as-is, except %2E.] 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 [: 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 [: 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{|}~€Éé' No percent-encoding at all (!); nuls, tabs, and newlines are removed] expected: FAIL [: Setting .hash = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' No percent-encoding at all (!); nuls, tabs, and newlines are removed] expected: FAIL [: Setting .hash = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' No percent-encoding at all (!); nuls, tabs, and newlines are removed] expected: FAIL [URL: Setting .hash = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' Simple percent-encoding; nuls, tabs, and newlines are removed] expected: FAIL [: Setting .hash = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' Simple percent-encoding; nuls, tabs, and newlines are removed] expected: FAIL [: Setting .hash = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' Simple percent-encoding; nuls, tabs, and newlines are removed] expected: FAIL [URL: Setting .protocol = 'b' Can’t switch from special scheme to non-special] expected: FAIL [: Setting .protocol = 'b' Can’t switch from special scheme to non-special] expected: FAIL [: Setting .protocol = 'b' Can’t switch from special scheme to non-special] expected: FAIL [URL: Setting .protocol = 's'] expected: FAIL [: Setting .protocol = 's'] expected: FAIL [: Setting .protocol = 's'] expected: FAIL [URL: Setting .protocol = 'test'] expected: FAIL [: Setting .protocol = 'test'] expected: FAIL [: Setting .protocol = 'test'] expected: FAIL [URL: Setting .protocol = 'http' Can’t switch from non-special scheme to special] expected: FAIL [: Setting .protocol = 'http' Can’t switch from non-special scheme to special] expected: FAIL [: Setting .protocol = 'http' Can’t switch from non-special scheme to special] expected: FAIL [URL: Setting .protocol = 'gopher'] expected: FAIL [: Setting .protocol = 'gopher'] expected: FAIL [: Setting .protocol = 'gopher'] expected: FAIL [URL: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'file'] expected: FAIL [URL: Setting .protocol = 'https'] expected: FAIL [: Setting .protocol = 'https'] expected: FAIL [: Setting .protocol = 'https'] expected: FAIL [URL: Setting .username = 'test'] expected: FAIL [: Setting .username = 'test'] expected: FAIL [: Setting .username = 'test'] expected: FAIL [URL: Setting .password = 'test'] expected: FAIL [: Setting .password = 'test'] expected: FAIL [: Setting .password = 'test'] expected: FAIL [URL: Setting .host = '\x00' Non-special scheme] expected: FAIL [: Setting .host = '\x00' Non-special scheme] expected: FAIL [: Setting .host = '\x00' Non-special scheme] expected: FAIL [URL: Setting .host = '\t'] expected: FAIL [: Setting .host = '\t'] expected: FAIL [: Setting .host = '\t'] expected: FAIL [URL: Setting .host = '\n'] expected: FAIL [: Setting .host = '\n'] expected: FAIL [: Setting .host = '\n'] expected: FAIL [URL: Setting .host = '\r'] expected: FAIL [: Setting .host = '\r'] expected: FAIL [: Setting .host = '\r'] expected: FAIL [URL: Setting .host = ' '] expected: FAIL [: Setting .host = ' '] expected: FAIL [: Setting .host = ' '] expected: FAIL [URL: Setting .host = '#'] expected: FAIL [: Setting .host = '#'] expected: FAIL [: Setting .host = '#'] expected: FAIL [URL: Setting .host = '/'] expected: FAIL [: Setting .host = '/'] expected: FAIL [: Setting .host = '/'] expected: FAIL [URL: Setting .host = '?'] expected: FAIL [: Setting .host = '?'] expected: FAIL [: Setting .host = '?'] expected: FAIL [URL: Setting .host = '@'] expected: FAIL [: Setting .host = '@'] expected: FAIL [: Setting .host = '@'] expected: FAIL [URL: Setting .host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] expected: FAIL [: Setting .host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] expected: FAIL [: Setting .host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] expected: FAIL [URL: Setting .host = 'x:123'] expected: FAIL [: Setting .host = 'x:123'] expected: FAIL [: Setting .host = 'x:123'] expected: FAIL [URL: Setting .host = ''] expected: FAIL [: Setting .host = ''] expected: FAIL [: Setting .host = ''] expected: FAIL [URL: Setting .host = ''] expected: FAIL [: Setting .host = ''] expected: FAIL [: Setting .host = ''] expected: FAIL [URL: Setting .hostname = '\x00' Non-special scheme] expected: FAIL [: Setting .hostname = '\x00' Non-special scheme] expected: FAIL [: Setting .hostname = '\x00' Non-special scheme] expected: FAIL [URL: Setting .hostname = '\t'] expected: FAIL [: Setting .hostname = '\t'] expected: FAIL [: Setting .hostname = '\t'] expected: FAIL [URL: Setting .hostname = '\n'] expected: FAIL [: Setting .hostname = '\n'] expected: FAIL [: Setting .hostname = '\n'] expected: FAIL [URL: Setting .hostname = '\r'] expected: FAIL [: Setting .hostname = '\r'] expected: FAIL [: Setting .hostname = '\r'] expected: FAIL [URL: Setting .hostname = ' '] expected: FAIL [: Setting .hostname = ' '] expected: FAIL [: Setting .hostname = ' '] expected: FAIL [URL: Setting .hostname = '#'] expected: FAIL [: Setting .hostname = '#'] expected: FAIL [: Setting .hostname = '#'] expected: FAIL [URL: Setting .hostname = '/'] expected: FAIL [: Setting .hostname = '/'] expected: FAIL [: Setting .hostname = '/'] expected: FAIL [URL: Setting .hostname = '?'] expected: FAIL [: Setting .hostname = '?'] expected: FAIL [: Setting .hostname = '?'] expected: FAIL [URL: Setting .hostname = '@'] expected: FAIL [: Setting .hostname = '@'] expected: FAIL [: Setting .hostname = '@'] expected: FAIL [URL: Setting .hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] expected: FAIL [: Setting .hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts] expected: FAIL [: 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 [: Setting .hostname = 'x:123'] expected: FAIL [: Setting .hostname = 'x:123'] expected: FAIL [URL: Setting .hostname = ''] expected: FAIL [: Setting .hostname = ''] expected: FAIL [: Setting .hostname = ''] expected: FAIL [URL: Setting .hostname = ''] expected: FAIL [: Setting .hostname = ''] expected: FAIL [: Setting .hostname = ''] expected: FAIL [URL: Setting .port = '12'] expected: FAIL [: Setting .port = '12'] expected: FAIL [: Setting .port = '12'] expected: FAIL [URL: Setting .port = '12'] expected: FAIL [: Setting .port = '12'] expected: FAIL [: Setting .port = '12'] expected: FAIL [URL: Setting .pathname = '?' ? needs to be encoded, non-special scheme] expected: FAIL [: Setting .pathname = '?' ? needs to be encoded, non-special scheme] expected: FAIL [: Setting .pathname = '?' ? needs to be encoded, non-special scheme] expected: FAIL [URL: Setting .pathname = '#' # needs to be encoded, non-special scheme] expected: FAIL [: Setting .pathname = '#' # needs to be encoded, non-special scheme] expected: FAIL [: Setting .pathname = '#' # needs to be encoded, non-special scheme] expected: FAIL [URL: Setting .username = 'wario'] expected: FAIL [: Setting .username = 'wario'] expected: FAIL [: Setting .username = 'wario'] expected: FAIL [URL: Setting .password = 'bowser'] expected: FAIL [: Setting .password = 'bowser'] expected: FAIL [: Setting .password = 'bowser'] expected: FAIL [URL: Setting .host = 'ß'] expected: FAIL [: Setting .host = 'ß'] expected: FAIL [: Setting .host = 'ß'] expected: FAIL [URL: Setting .port = '12'] expected: FAIL [: Setting .port = '12'] expected: FAIL [: Setting .port = '12'] expected: FAIL [URL: Setting .protocol = 'file' Can’t switch from URL containing username/password/port to file] expected: FAIL [: Setting .protocol = 'file' Can’t switch from URL containing username/password/port to file] expected: FAIL [: Setting .protocol = 'file' Can’t switch from URL containing username/password/port to file] expected: FAIL [URL: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'file'] expected: FAIL [URL: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'http' Can’t switch from file URL with no host] expected: FAIL [: Setting .protocol = 'http' Can’t switch from file URL with no host] expected: FAIL [URL: Setting .protocol = 'gopher'] expected: FAIL [: Setting .protocol = 'gopher'] expected: FAIL [: Setting .protocol = 'gopher'] expected: FAIL [: Setting .protocol = 'wss'] expected: FAIL [: Setting .protocol = 'wss'] expected: FAIL [URL: Setting .protocol = 's'] expected: FAIL [: Setting .protocol = 's'] expected: FAIL [: Setting .protocol = 's'] expected: FAIL [URL: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'file'] expected: FAIL [: Setting .protocol = 'file'] expected: FAIL [URL: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] expected: FAIL [: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] expected: FAIL [: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] expected: FAIL [URL: Setting .pathname = '\\\\' File URLs and (back)slashes] expected: FAIL [: Setting .pathname = '\\\\' File URLs and (back)slashes] expected: FAIL [: Setting .pathname = '\\\\' File URLs and (back)slashes] expected: FAIL [URL: Setting .pathname = '//\\/' File URLs and (back)slashes] expected: FAIL [: Setting .pathname = '//\\/' File URLs and (back)slashes] expected: FAIL [: Setting .pathname = '//\\/' File URLs and (back)slashes] expected: FAIL [URL: Setting .pathname = '//monkey/..//' File URLs and (back)slashes] expected: FAIL [: Setting .pathname = '//monkey/..//' File URLs and (back)slashes] expected: FAIL [: Setting .pathname = '//monkey/..//' File URLs and (back)slashes] expected: FAIL