test: update WPT for url to fee00f968c

This commit is contained in:
Node.js GitHub Bot 2025-07-06 00:21:57 +00:00
parent 290b328ca1
commit 0029408027
3 changed files with 11 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/45531abcf4/url
- url: https://github.com/web-platform-tests/wpt/tree/fee00f968c/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

@ -1195,6 +1195,15 @@
"host": "test",
"hostname": "test"
}
},
{
"href": "foo://path/to",
"new_value": ":80",
"expected": {
"href": "foo://path/to",
"host": "path",
"port": ""
}
}
],
"hostname": [

View file

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