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.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/tests/url/resources/urltestdata.json b/testing/web-platform/tests/url/resources/urltestdata.json
index 9f1be0449c..b9a199daab 100644
--- a/testing/web-platform/tests/url/resources/urltestdata.json
+++ b/testing/web-platform/tests/url/resources/urltestdata.json
@@ -3590,6 +3590,34 @@
"search": "",
"hash": ""
},
+ {
+ "input": "file:.",
+ "base": null,
+ "href": "file:///",
+ "protocol": "file:",
+ "username": "",
+ "password": "",
+ "host": "",
+ "hostname": "",
+ "port": "",
+ "pathname": "/",
+ "search": "",
+ "hash": ""
+ },
+ {
+ "input": "file:.",
+ "base": "http://www.example.com/test",
+ "href": "file:///",
+ "protocol": "file:",
+ "username": "",
+ "password": "",
+ "host": "",
+ "hostname": "",
+ "port": "",
+ "pathname": "/",
+ "search": "",
+ "hash": ""
+ },
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/host.html",
"Basic canonicalization, uppercase should be converted to lowercase",
{