File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Last update:
12
12
13
13
- console: https://github.com/web-platform-tests/wpt/tree/3b1f72e99a/console
14
14
- encoding: https://github.com/web-platform-tests/wpt/tree/11e6941923/encoding
15
- - url: https://github.com/web-platform-tests/wpt/tree/551c9d604f /url
15
+ - url: https://github.com/web-platform-tests/wpt/tree/e2ddf48b78 /url
16
16
- resources: https://github.com/web-platform-tests/wpt/tree/1d14e821b9/resources
17
17
- interfaces: https://github.com/web-platform-tests/wpt/tree/15e47f779c/interfaces
18
18
- html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/2c5c3c4c27/html/webappapis/microtask-queuing
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function runURLSearchParamTests() {
7
7
var url = bURL ( 'http://example.org/?a=b' )
8
8
assert_true ( "searchParams" in url )
9
9
var searchParams = url . searchParams
10
- assert_true ( url . searchParams === searchParams , 'Object identity should hold.' )
10
+ assert_equals ( url . searchParams , searchParams , 'Object identity should hold.' )
11
11
} , 'URL.searchParams getter' )
12
12
13
13
test ( function ( ) {
Original file line number Diff line number Diff line change 8
8
"path" : " encoding"
9
9
},
10
10
"url" : {
11
- "commit" : " 551c9d604fb8b97d3f8c65793bb047d15baddbc2 " ,
11
+ "commit" : " e2ddf48b78209d0aef4fa513b53a9f28243c9335 " ,
12
12
"path" : " url"
13
13
},
14
14
"resources" : {
You can’t perform that action at this time.
0 commit comments