summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/url/resources/urltestdata.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/url/resources/urltestdata.json')
-rw-r--r--testing/web-platform/tests/url/resources/urltestdata.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/tests/url/resources/urltestdata.json b/testing/web-platform/tests/url/resources/urltestdata.json
index 69767a20db..9f1be0449c 100644
--- a/testing/web-platform/tests/url/resources/urltestdata.json
+++ b/testing/web-platform/tests/url/resources/urltestdata.json
@@ -735,6 +735,36 @@
"hash": ""
},
{
+ "input": "http://a:b@c\\",
+ "base": null,
+ "href": "http://a:b@c/",
+ "origin": "http://c",
+ "protocol": "http:",
+ "username": "a",
+ "password": "b",
+ "host": "c",
+ "hostname": "c",
+ "port": "",
+ "pathname": "/",
+ "search": "",
+ "hash": ""
+ },
+ {
+ "input": "ws://a@b\\c",
+ "base": null,
+ "href": "ws://a@b/c",
+ "origin": "ws://b",
+ "protocol": "ws:",
+ "username": "a",
+ "password": "",
+ "host": "b",
+ "hostname": "b",
+ "port": "",
+ "pathname": "/c",
+ "search": "",
+ "hash": ""
+ },
+ {
"input": "foo:/",
"base": "http://example.org/foo/bar",
"href": "foo:/",