Commit 624b447ba9b for nodejs

commit 624b447ba9b8e58906c5c4f4c43edc59033278c9
Author: Node.js GitHub Bot <github-bot@iojs.org>
Date:   Wed Sep 23 12:25:12 2026 -0400

    test: update WPT for url to c48d58747e

    PR-URL: https://github.com/nodejs/node/pull/66141
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Aviv Keller <me@aviv.sh>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>

diff --git a/test/fixtures/wpt/url/resources/urltestdata.json b/test/fixtures/wpt/url/resources/urltestdata.json
index aae7b1f6568..22900fb0ecc 100644
--- a/test/fixtures/wpt/url/resources/urltestdata.json
+++ b/test/fixtures/wpt/url/resources/urltestdata.json
@@ -9638,6 +9638,51 @@
     "hash": ""
   },
   "Non-special schemes that some implementations might incorrectly treat as special",
+  {
+    "input": "constructor:example",
+    "base": null,
+    "href": "constructor:example",
+    "origin": "null",
+    "protocol": "constructor:",
+    "username": "",
+    "password": "",
+    "host": "",
+    "hostname": "",
+    "port": "",
+    "pathname": "example",
+    "search": "",
+    "hash": ""
+  },
+  {
+    "input": "constructor:/example",
+    "base": null,
+    "href": "constructor:/example",
+    "origin": "null",
+    "protocol": "constructor:",
+    "username": "",
+    "password": "",
+    "host": "",
+    "hostname": "",
+    "port": "",
+    "pathname": "/example",
+    "search": "",
+    "hash": ""
+  },
+  {
+    "input": "constructor://HOST:80",
+    "base": null,
+    "href": "constructor://HOST:80",
+    "origin": "null",
+    "protocol": "constructor:",
+    "username": "",
+    "password": "",
+    "host": "HOST:80",
+    "hostname": "HOST",
+    "port": "80",
+    "pathname": "",
+    "search": "",
+    "hash": ""
+  },
   {
     "input": "data://example.com:8080/pathname?search#hash",
     "base": null,
diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json
index f6773d17497..575234705de 100644
--- a/test/fixtures/wpt/versions.json
+++ b/test/fixtures/wpt/versions.json
@@ -76,7 +76,7 @@
     "path": "streams"
   },
   "url": {
-    "commit": "c23755a1449cc9c5a9131378c13ecf073c0885c6",
+    "commit": "c48d58747e1f211527fb695fd60548a997fae617",
     "path": "url"
   },
   "urlpattern": {