Skip to content

Commit 086a5a5

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 f0574fd commit 086a5a5

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

test/fixtures/wpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Last update:
2828
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
2929
- resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources
3030
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
31-
- url: https://github.com/web-platform-tests/wpt/tree/81a2aed262/url
31+
- url: https://github.com/web-platform-tests/wpt/tree/e3c46fdf55/url
3232
- urlpattern: https://github.com/web-platform-tests/wpt/tree/a2e15ad405/urlpattern
3333
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
3434
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi

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
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"path": "streams"
7373
},
7474
"url": {
75-
"commit": "81a2aed262a6e82824afa19509583a736da580ed",
75+
"commit": "e3c46fdf5587369127de2863a7e38295f4e07f16",
7676
"path": "url"
7777
},
7878
"urlpattern": {

0 commit comments

Comments
 (0)