@@ -3137,6 +3137,21 @@
|
3137 | 3137 | "search": "", |
3138 | 3138 | "hash": "" |
3139 | 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 | + }, |
3140 | 3155 | "# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/segments-userinfo-vs-host.html", |
3141 | 3156 | { |
3142 | 3157 | "input": "http:@www.example.com", |
|