test: update WPT for url to e3c46fdf55 · nodejs/node@ecf5947 · GitHub
Skip to content

Commit ecf5947

Browse files
nodejs-github-botaduh95
authored andcommitted
test: update WPT for url to e3c46fdf55
PR-URL: #61602 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 356ff5f commit ecf5947

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

test/fixtures/wpt/README.md

Lines changed: 1 addition & 1 deletion

test/fixtures/wpt/url/resources/urltestdata.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6835,6 +6835,34 @@
68356835
"search": "",
68366836
"hash": ""
68376837
},
6838+
{
6839+
"input": "..",
6840+
"base": "abc://x/y/z/C:/",
6841+
"href": "abc://x/y/z/",
6842+
"protocol": "abc:",
6843+
"username": "",
6844+
"password": "",
6845+
"hostname": "x",
6846+
"port": "",
6847+
"host": "x",
6848+
"pathname": "/y/z/",
6849+
"search": "",
6850+
"hash": ""
6851+
},
6852+
{
6853+
"input": "..",
6854+
"base": "file://x/C:/",
6855+
"href": "file://x/C:/",
6856+
"protocol": "file:",
6857+
"username": "",
6858+
"password": "",
6859+
"hostname": "x",
6860+
"port": "",
6861+
"host": "x",
6862+
"pathname": "/C:/",
6863+
"search": "",
6864+
"hash": ""
6865+
},
68386866
"# Do not drop the host in the presence of a drive letter",
68396867
{
68406868
"input": "file://example.net/C:/",

test/fixtures/wpt/versions.json

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)