diff --git a/lib/internal/url.js b/lib/internal/url.js index 0615e38c8a761f..ed5644fe59515b 100644 --- a/lib/internal/url.js +++ b/lib/internal/url.js @@ -1167,6 +1167,12 @@ ObjectDefineProperties(URL, { writable: true, enumerable: true, }, + parse: { + __proto__: null, + configurable: true, + writable: true, + enumerable: true, + }, }); function installObjectURLMethods() { diff --git a/test/wpt/status/url.json b/test/wpt/status/url.json index d3b1ac730826c0..96dafd91b707d5 100644 --- a/test/wpt/status/url.json +++ b/test/wpt/status/url.json @@ -13,14 +13,6 @@ ] } }, - "idlharness.any.js": { - "fail": { - "note": "TODO(@panva)", - "expected": [ - "URL interface: operation parse(USVString, optional USVString)" - ] - } - }, "url-setters-a-area.window.js": { "skip": "already tested in url-setters.any.js" },