mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
Update web-platform-tests to revision 58133dd71b16037669a0aa011b2afd448b52d434.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
});
|
||||
idx.get(ar).onsuccess = t.step_func(function(e) {
|
||||
assert_equals(e.target.result.key, 'array', 'key');
|
||||
assert_object_equals(e.target.result.i, ar, 'array is the same');
|
||||
assert_array_equals(e.target.result.i, ar, 'array is the same');
|
||||
});
|
||||
idx.get(num).onsuccess = t.step_func(function(e) {
|
||||
assert_equals(e.target.result.key, 'number', 'key');
|
||||
|
||||
Reference in New Issue
Block a user