test: update WPT for url to a23788b77a

PR-URL: https://github.com/nodejs/node/pull/56779
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Node.js GitHub Bot
2025-01-28 19:16:39 -05:00
committed by GitHub
parent e6f1ddf33f
commit e346323109
3 changed files with 17 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ Last update:
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
- resources: https://github.com/web-platform-tests/wpt/tree/1e140d63ec/resources
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
- url: https://github.com/web-platform-tests/wpt/tree/6fa3fe8a92/url
- url: https://github.com/web-platform-tests/wpt/tree/a23788b77a/url
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi

View File

@@ -3137,6 +3137,21 @@
"search": "",
"hash": ""
},
{
"input": "https://example.com/aaa/bbb/%2e%2e?query",
"base": null,
"href": "https://example.com/aaa/?query",
"origin": "https://example.com",
"protocol": "https:",
"username": "",
"password": "",
"host": "example.com",
"hostname": "example.com",
"port": "",
"pathname": "/aaa/",
"search": "?query",
"hash": ""
},
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/segments-userinfo-vs-host.html",
{
"input": "http:@www.example.com",

View File

@@ -72,7 +72,7 @@
"path": "streams"
},
"url": {
"commit": "6fa3fe8a929be45422cd46a8961e647e13d0cab8",
"commit": "a23788b77a947304b2b3159d8efda492727ab623",
"path": "url"
},
"user-timing": {