Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: update WPT for url to fc3e651593
  • Loading branch information
nodejs-github-bot committed Mar 29, 2026
commit ccc837f89e282530e44348d5e6ec3f32058fcd44
2 changes: 1 addition & 1 deletion test/fixtures/wpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/1d2c5fb36a/resources
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
- url: https://github.com/web-platform-tests/wpt/tree/808541773a/url
- url: https://github.com/web-platform-tests/wpt/tree/fc3e651593/url
- urlpattern: https://github.com/web-platform-tests/wpt/tree/a2e15ad405/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
Expand Down
30 changes: 30 additions & 0 deletions test/fixtures/wpt/url/resources/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4268,6 +4268,36 @@
"search": "",
"hash": ""
},
{
"input": "https://localhost?q=🔥",
"base": null,
"href": "https://localhost/?q=%F0%9F%94%A5",
"origin": "https://localhost",
"protocol": "https:",
"username": "",
"password": "",
"host": "localhost",
"hostname": "localhost",
"port": "",
"pathname": "/",
"search": "?q=%F0%9F%94%A5",
"hash": ""
},
{
"input": "https://localhost#🔥",
"base": null,
"href": "https://localhost/#%F0%9F%94%A5",
"origin": "https://localhost",
"protocol": "https:",
"username": "",
"password": "",
"host": "localhost",
"hostname": "localhost",
"port": "",
"pathname": "/",
"search": "",
"hash": "#%F0%9F%94%A5"
},
"# resolving a fragment against any scheme succeeds",
{
"input": "#",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wpt/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"path": "streams"
},
"url": {
"commit": "808541773a6208a4c71ce740149a7e94e990922e",
"commit": "fc3e651593fab938433613eb5ad0b4dbd5a4e167",
"path": "url"
},
"urlpattern": {
Expand Down
Loading