From 085902191e3951d8965cfbd903a75efae6dbbd4c Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sun, 30 Aug 2026 00:31:07 +0000 Subject: [PATCH] test: update WPT for url to c23755a144 --- test/fixtures/wpt/url/resources/urltestdata.json | 12 ++++++++++++ test/fixtures/wpt/versions.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/test/fixtures/wpt/url/resources/urltestdata.json b/test/fixtures/wpt/url/resources/urltestdata.json index c4807f9e2cfc..aae7b1f65683 100644 --- a/test/fixtures/wpt/url/resources/urltestdata.json +++ b/test/fixtures/wpt/url/resources/urltestdata.json @@ -7581,6 +7581,18 @@ "hash": "" }, "# IPv6 tests", + "IPv4 pieces embedded in IPv6 addresses must not have leading zeroes", + { + "input": "https://[0:1:2:3:4:5:192.0.02.1]/", + "base": null, + "failure": true + }, + "An embedded IPv4 address must end the IPv6 address", + { + "input": "https://[192.0.2.1::]/", + "base": null, + "failure": true + }, { "input": "http://[1:0::]", "base": "http://example.net/", diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 6cc8b0749862..42e659c4911b 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -76,7 +76,7 @@ "path": "streams" }, "url": { - "commit": "4832db47614f5f48cc57374cbf5c1f70937fad48", + "commit": "c23755a1449cc9c5a9131378c13ecf073c0885c6", "path": "url" }, "urlpattern": {