From b28abf579b402b55e42114ddf65c48d0ce11ea93 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sun, 14 Jun 2026 00:54:03 +0000 Subject: [PATCH] test: update WPT for url to d4598eba09 --- test/fixtures/wpt/README.md | 2 +- .../wpt/url/resources/urltestdata.json | 30 +++++++++++++++++++ test/fixtures/wpt/versions.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index 94d0cf01d87083..6c5f279770f12d 100644 --- a/test/fixtures/wpt/README.md +++ b/test/fixtures/wpt/README.md @@ -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/6a2f322376/resources - streams: https://github.com/web-platform-tests/wpt/tree/f8f26a372f/streams -- url: https://github.com/web-platform-tests/wpt/tree/e4a4672e9e/url +- url: https://github.com/web-platform-tests/wpt/tree/d4598eba09/url - urlpattern: https://github.com/web-platform-tests/wpt/tree/2f28df545c/urlpattern - user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/288c467d35/wasm/jsapi diff --git a/test/fixtures/wpt/url/resources/urltestdata.json b/test/fixtures/wpt/url/resources/urltestdata.json index 2c29e7907b2484..e19ca3195700e3 100644 --- a/test/fixtures/wpt/url/resources/urltestdata.json +++ b/test/fixtures/wpt/url/resources/urltestdata.json @@ -629,6 +629,36 @@ "search": "", "hash": "" }, + { + "input": "http://é@é", + "base": null, + "href": "http://%C3%A9@xn--9ca/", + "origin": "http://xn--9ca", + "protocol": "http:", + "username": "%C3%A9", + "password": "", + "host": "xn--9ca", + "hostname": "xn--9ca", + "port": "", + "pathname": "/", + "search": "", + "hash": "" + }, + { + "input": "http://é@example.com", + "base": null, + "href": "http://%C3%A9@example.com/", + "origin": "http://example.com", + "protocol": "http:", + "username": "%C3%A9", + "password": "", + "host": "example.com", + "hostname": "example.com", + "port": "", + "pathname": "/", + "search": "", + "hash": "" + }, { "input": "http::@c:29", "base": "http://example.org/foo/bar", diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 4921aa48d0fd82..24d1153ba08242 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -72,7 +72,7 @@ "path": "streams" }, "url": { - "commit": "e4a4672e9e607fc2b28e7173b83ce4e38ef53071", + "commit": "d4598eba0959249d8715818a402b432c513f9492", "path": "url" }, "urlpattern": {