mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
test: update WPT for url to fee00f968c
This commit is contained in:
parent
290b328ca1
commit
0029408027
3 changed files with 11 additions and 2 deletions
2
test/fixtures/wpt/README.md
vendored
2
test/fixtures/wpt/README.md
vendored
|
@ -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
|
||||
|
|
|
@ -1195,6 +1195,15 @@
|
|||
"host": "test",
|
||||
"hostname": "test"
|
||||
}
|
||||
},
|
||||
{
|
||||
"href": "foo://path/to",
|
||||
"new_value": ":80",
|
||||
"expected": {
|
||||
"href": "foo://path/to",
|
||||
"host": "path",
|
||||
"port": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"hostname": [
|
||||
|
|
2
test/fixtures/wpt/versions.json
vendored
2
test/fixtures/wpt/versions.json
vendored
|
@ -72,7 +72,7 @@
|
|||
"path": "streams"
|
||||
},
|
||||
"url": {
|
||||
"commit": "45531abcf4fbf85def7faa82e8cea0b3e24f3f98",
|
||||
"commit": "fee00f968c53b485d69e90089747758a73aee98d",
|
||||
"path": "url"
|
||||
},
|
||||
"urlpattern": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue