We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf47bd commit a23788bCopy full SHA for a23788b
url/resources/urltestdata.json
@@ -3137,6 +3137,21 @@
3137
"search": "",
3138
"hash": ""
3139
},
3140
+ {
3141
+ "input": "https://example.com/aaa/bbb/%2e%2e?query",
3142
+ "base": null,
3143
+ "href": "https://example.com/aaa/?query",
3144
+ "origin": "https://example.com",
3145
+ "protocol": "https:",
3146
+ "username": "",
3147
+ "password": "",
3148
+ "host": "example.com",
3149
+ "hostname": "example.com",
3150
+ "port": "",
3151
+ "pathname": "/aaa/",
3152
+ "search": "?query",
3153
+ "hash": ""
3154
+ },
3155
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/segments-userinfo-vs-host.html",
3156
{
3157
"input": "http:@www.example.com",
0 commit comments