diff --git a/url/urltestdata.json b/url/urltestdata.json index 698dedefd53943..dc771d80090488 100644 --- a/url/urltestdata.json +++ b/url/urltestdata.json @@ -5058,6 +5058,7 @@ "input": "tftp://foobar.com/someconfig;mode=netascii", "base": "about:blank", "href": "tftp://foobar.com/someconfig;mode=netascii", + "origin": "null", "protocol": "tftp:", "username": "", "password": "", @@ -5072,6 +5073,7 @@ "input": "telnet://user:pass@foobar.com:23/", "base": "about:blank", "href": "telnet://user:pass@foobar.com:23/", + "origin": "null", "protocol": "telnet:", "username": "user", "password": "pass", @@ -5086,6 +5088,7 @@ "input": "ut2004://10.10.10.10:7777/Index.ut2", "base": "about:blank", "href": "ut2004://10.10.10.10:7777/Index.ut2", + "origin": "null", "protocol": "ut2004:", "username": "", "password": "", @@ -5100,6 +5103,7 @@ "input": "redis://foo:bar@somehost:6379/0?baz=bam&qux=baz", "base": "about:blank", "href": "redis://foo:bar@somehost:6379/0?baz=bam&qux=baz", + "origin": "null", "protocol": "redis:", "username": "foo", "password": "bar", @@ -5114,6 +5118,7 @@ "input": "rsync://foo@host:911/sup", "base": "about:blank", "href": "rsync://foo@host:911/sup", + "origin": "null", "protocol": "rsync:", "username": "foo", "password": "", @@ -5128,6 +5133,7 @@ "input": "git://github.com/foo/bar.git", "base": "about:blank", "href": "git://github.com/foo/bar.git", + "origin": "null", "protocol": "git:", "username": "", "password": "", @@ -5142,6 +5148,7 @@ "input": "irc://myserver.com:6999/channel?passwd", "base": "about:blank", "href": "irc://myserver.com:6999/channel?passwd", + "origin": "null", "protocol": "irc:", "username": "", "password": "", @@ -5156,6 +5163,7 @@ "input": "dns://fw.example.org:9999/foo.bar.org?type=TXT", "base": "about:blank", "href": "dns://fw.example.org:9999/foo.bar.org?type=TXT", + "origin": "null", "protocol": "dns:", "username": "", "password": "", @@ -5170,6 +5178,7 @@ "input": "ldap://localhost:389/ou=People,o=JNDITutorial", "base": "about:blank", "href": "ldap://localhost:389/ou=People,o=JNDITutorial", + "origin": "null", "protocol": "ldap:", "username": "", "password": "", @@ -5184,6 +5193,7 @@ "input": "git+https://github.com/foo/bar", "base": "about:blank", "href": "git+https://github.com/foo/bar", + "origin": "null", "protocol": "git+https:", "username": "", "password": "", @@ -5198,6 +5208,7 @@ "input": "urn:ietf:rfc:2648", "base": "about:blank", "href": "urn:ietf:rfc:2648", + "origin": "null", "protocol": "urn:", "username": "", "password": "", @@ -5212,6 +5223,7 @@ "input": "tag:joe@example.org,2001:foo/bar", "base": "about:blank", "href": "tag:joe@example.org,2001:foo/bar", + "origin": "null", "protocol": "tag:", "username": "", "password": "",