mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 05:38:47 +02:00
test: update WPT for url to 17f9cb9794
This commit is contained in:
parent
0029408027
commit
373badbeb5
3 changed files with 10 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/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
|
||||
|
|
|
@ -2214,6 +2214,14 @@
|
|||
"href": "http://example.net/%00",
|
||||
"pathname": "/%00"
|
||||
}
|
||||
},
|
||||
{
|
||||
"href": "foo://path/to",
|
||||
"new_value": "/..",
|
||||
"expected": {
|
||||
"href": "foo://path/",
|
||||
"pathname": "/"
|
||||
}
|
||||
}
|
||||
],
|
||||
"search": [
|
||||
|
|
2
test/fixtures/wpt/versions.json
vendored
2
test/fixtures/wpt/versions.json
vendored
|
@ -72,7 +72,7 @@
|
|||
"path": "streams"
|
||||
},
|
||||
"url": {
|
||||
"commit": "fee00f968c53b485d69e90089747758a73aee98d",
|
||||
"commit": "17f9cb9794ae6a0e8d6e86f16bd1fa15ee39976c",
|
||||
"path": "url"
|
||||
},
|
||||
"urlpattern": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue