Skip to content

Commit 38c77e3

Browse files
nodejs-github-bottargos
authored andcommitted
test: update WPT for url to a23788b77a
PR-URL: #56779 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 14236ef commit 38c77e3

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

test/fixtures/wpt/README.md

+1-1
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/1e140d63ec/resources
3030
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
31-
- url: https://github.com/web-platform-tests/wpt/tree/6fa3fe8a92/url
31+
- url: https://github.com/web-platform-tests/wpt/tree/a23788b77a/url
3232
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
3333
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
3434
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi

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

+15
Original file line numberDiff line numberDiff line change
@@ -3137,6 +3137,21 @@
31373137
"search": "",
31383138
"hash": ""
31393139
},
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+
},
31403155
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/segments-userinfo-vs-host.html",
31413156
{
31423157
"input": "http:@www.example.com",

test/fixtures/wpt/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"path": "streams"
7373
},
7474
"url": {
75-
"commit": "6fa3fe8a929be45422cd46a8961e647e13d0cab8",
75+
"commit": "a23788b77a947304b2b3159d8efda492727ab623",
7676
"path": "url"
7777
},
7878
"user-timing": {

0 commit comments

Comments
 (0)