Skip to content

Commit

Permalink
test: update wpt tests for url
Browse files Browse the repository at this point in the history
Refs: web-platform-tests/wpt#25086

PR-URL: nodejs#35329
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
watilde authored and joesepi committed Oct 22, 2020
1 parent c2bfeb4 commit d35f7e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/wpt/README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wpt/url/url-searchparams.any.js
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wpt/versions.json
Expand Up @@ -8,7 +8,7 @@
"path": "encoding"
},
"url": {
"commit": "551c9d604fb8b97d3f8c65793bb047d15baddbc2",
"commit": "e2ddf48b78209d0aef4fa513b53a9f28243c9335",
"path": "url"
},
"resources": {
Expand Down

0 comments on commit d35f7e6

Please sign in to comment.