mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: update WPT for url to a23788b77a
PR-URL: https://github.com/nodejs/node/pull/56779 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e6f1ddf33f
commit
e346323109
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/6fa3fe8a92/url
|
||||
- url: https://github.com/web-platform-tests/wpt/tree/a23788b77a/url
|
||||
- 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
|
||||
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
|
||||
|
||||
15
test/fixtures/wpt/url/resources/urltestdata.json
vendored
15
test/fixtures/wpt/url/resources/urltestdata.json
vendored
@@ -3137,6 +3137,21 @@
|
||||
"search": "",
|
||||
"hash": ""
|
||||
},
|
||||
{
|
||||
"input": "https://example.com/aaa/bbb/%2e%2e?query",
|
||||
"base": null,
|
||||
"href": "https://example.com/aaa/?query",
|
||||
"origin": "https://example.com",
|
||||
"protocol": "https:",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"host": "example.com",
|
||||
"hostname": "example.com",
|
||||
"port": "",
|
||||
"pathname": "/aaa/",
|
||||
"search": "?query",
|
||||
"hash": ""
|
||||
},
|
||||
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/segments-userinfo-vs-host.html",
|
||||
{
|
||||
"input": "http:@www.example.com",
|
||||
|
||||
2
test/fixtures/wpt/versions.json
vendored
2
test/fixtures/wpt/versions.json
vendored
@@ -72,7 +72,7 @@
|
||||
"path": "streams"
|
||||
},
|
||||
"url": {
|
||||
"commit": "6fa3fe8a929be45422cd46a8961e647e13d0cab8",
|
||||
"commit": "a23788b77a947304b2b3159d8efda492727ab623",
|
||||
"path": "url"
|
||||
},
|
||||
"user-timing": {
|
||||
|
||||
Reference in New Issue
Block a user