test: update WPT for url to 17f9cb9794

This commit is contained in:
Node.js GitHub Bot 2025-07-20 00:23:08 +00:00
parent 0029408027
commit 373badbeb5
3 changed files with 10 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/fee00f968c/url
- url: https://github.com/web-platform-tests/wpt/tree/17f9cb9794/url
- urlpattern: https://github.com/web-platform-tests/wpt/tree/84b75f0880/urlpattern
- 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

View file

@ -2214,6 +2214,14 @@
"href": "http://example.net/%00",
"pathname": "/%00"
}
},
{
"href": "foo://path/to",
"new_value": "/..",
"expected": {
"href": "foo://path/",
"pathname": "/"
}
}
],
"search": [

View file

@ -72,7 +72,7 @@
"path": "streams"
},
"url": {
"commit": "fee00f968c53b485d69e90089747758a73aee98d",
"commit": "17f9cb9794ae6a0e8d6e86f16bd1fa15ee39976c",
"path": "url"
},
"urlpattern": {