diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index 94abe549018209..65a99eed693acf 100644 --- a/test/fixtures/wpt/README.md +++ b/test/fixtures/wpt/README.md @@ -12,7 +12,7 @@ Last update: - console: https://github.com/web-platform-tests/wpt/tree/3b1f72e99a/console - encoding: https://github.com/web-platform-tests/wpt/tree/11e6941923/encoding -- url: https://github.com/web-platform-tests/wpt/tree/551c9d604f/url +- url: https://github.com/web-platform-tests/wpt/tree/e2ddf48b78/url - resources: https://github.com/web-platform-tests/wpt/tree/1d14e821b9/resources - interfaces: https://github.com/web-platform-tests/wpt/tree/15e47f779c/interfaces - html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/2c5c3c4c27/html/webappapis/microtask-queuing diff --git a/test/fixtures/wpt/url/url-searchparams.any.js b/test/fixtures/wpt/url/url-searchparams.any.js index 34d4a4b0689831..9bba12e89cefd1 100644 --- a/test/fixtures/wpt/url/url-searchparams.any.js +++ b/test/fixtures/wpt/url/url-searchparams.any.js @@ -7,7 +7,7 @@ function runURLSearchParamTests() { var url = bURL('http://example.org/?a=b') assert_true("searchParams" in url) var searchParams = url.searchParams - assert_true(url.searchParams === searchParams, 'Object identity should hold.') + assert_equals(url.searchParams, searchParams, 'Object identity should hold.') }, 'URL.searchParams getter') test(function() { diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 27aa340f4c45c9..fff5a5dde3c7da 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -8,7 +8,7 @@ "path": "encoding" }, "url": { - "commit": "551c9d604fb8b97d3f8c65793bb047d15baddbc2", + "commit": "e2ddf48b78209d0aef4fa513b53a9f28243c9335", "path": "url" }, "resources": {