Skip to content

Commit be1b204

Browse files
nodejs-github-botaduh95
authored andcommitted
test: update WPT for url to d4598eba09
PR-URL: #63899 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 9a83b5d commit be1b204

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

test/fixtures/wpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Last update:
2828
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
2929
- resources: https://github.com/web-platform-tests/wpt/tree/6a2f322376/resources
3030
- streams: https://github.com/web-platform-tests/wpt/tree/f8f26a372f/streams
31-
- url: https://github.com/web-platform-tests/wpt/tree/e4a4672e9e/url
31+
- url: https://github.com/web-platform-tests/wpt/tree/d4598eba09/url
3232
- urlpattern: https://github.com/web-platform-tests/wpt/tree/23aac92784/urlpattern
3333
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
3434
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/288c467d35/wasm/jsapi

test/fixtures/wpt/url/resources/urltestdata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,36 @@
629629
"search": "",
630630
"hash": ""
631631
},
632+
{
633+
"input": "http://é@é",
634+
"base": null,
635+
"href": "http://%C3%A9@xn--9ca/",
636+
"origin": "http://xn--9ca",
637+
"protocol": "http:",
638+
"username": "%C3%A9",
639+
"password": "",
640+
"host": "xn--9ca",
641+
"hostname": "xn--9ca",
642+
"port": "",
643+
"pathname": "/",
644+
"search": "",
645+
"hash": ""
646+
},
647+
{
648+
"input": "http://é@example.com",
649+
"base": null,
650+
"href": "http://%C3%A9@example.com/",
651+
"origin": "http://example.com",
652+
"protocol": "http:",
653+
"username": "%C3%A9",
654+
"password": "",
655+
"host": "example.com",
656+
"hostname": "example.com",
657+
"port": "",
658+
"pathname": "/",
659+
"search": "",
660+
"hash": ""
661+
},
632662
{
633663
"input": "http::@c:29",
634664
"base": "http://example.org/foo/bar",

test/fixtures/wpt/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"path": "streams"
7373
},
7474
"url": {
75-
"commit": "e4a4672e9e607fc2b28e7173b83ce4e38ef53071",
75+
"commit": "d4598eba0959249d8715818a402b432c513f9492",
7676
"path": "url"
7777
},
7878
"urlpattern": {

0 commit comments

Comments
 (0)