mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Update web-platform-tests to revision 58133dd71b16037669a0aa011b2afd448b52d434.
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
.objectStore("store2")
|
||||
.get(['v', key])
|
||||
rq.onsuccess = t.step_func(function(e) {
|
||||
assert_object_equals(e.target.result, { x: 'v', keypath: key })
|
||||
assert_equals(e.target.result.x, 'v');
|
||||
assert_key_equals(e.target.result.keypath, key);
|
||||
t.done()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user