Adding this in `testing/web-platform/tests/url/resources/urltestdata.json` should pass on Try:
```
{
"input": "file:///c|",
"base": "",
"href": "file:///c:",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/c:",
"search": "",
"hash": ""
},
```
Bug 1901810 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Adding this in `testing/web-platform/tests/url/resources/urltestdata.json` should pass on Try:
```
{
"input": "file:///c|",
"base": null,,
"href": "file:///c:",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/c:",
"search": "",
"hash": ""
},
```
Adding this in `testing/web-platform/tests/url/resources/urltestdata.json` should pass on Try:
```
{
"input": "file:///c|",
"base": null,
"href": "file:///c:",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/c:",
"search": "",
"hash": ""
},
```