From 3b9498e67bfec1347de9ba5ce505df376143cf88 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sun, 3 May 2026 00:41:29 +0000 Subject: [PATCH] test: update WPT for url to 258f285de0 --- test/fixtures/wpt/README.md | 2 +- test/fixtures/wpt/url/resources/urltestdata.json | 10 ++++++++++ test/fixtures/wpt/versions.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index 2129ee15c5b8a8..ebbffd5e53fe3b 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/7a3645b79a/url +- url: https://github.com/web-platform-tests/wpt/tree/258f285de0/url - urlpattern: https://github.com/web-platform-tests/wpt/tree/f07c03cbed/urlpattern - user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/65a2134d50/wasm/jsapi diff --git a/test/fixtures/wpt/url/resources/urltestdata.json b/test/fixtures/wpt/url/resources/urltestdata.json index e88d22690361ee..2c29e7907b2484 100644 --- a/test/fixtures/wpt/url/resources/urltestdata.json +++ b/test/fixtures/wpt/url/resources/urltestdata.json @@ -6070,6 +6070,16 @@ "base": "http://other.com/", "failure": true }, + { + "input": "http://18446744073709551616", + "base": "http://other.com/", + "failure": true + }, + { + "input": "http://18446744075840258049", + "base": "http://other.com/", + "failure": true + }, { "input": "http://0xffffffff", "base": "http://other.com/", diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 68dde063450d82..e3c707ac35cc28 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -72,7 +72,7 @@ "path": "streams" }, "url": { - "commit": "7a3645b79ade98a05066a09ce88e143daac31535", + "commit": "258f285de043b79e44324228c0fd800b38d21879", "path": "url" }, "urlpattern": {