Update web-platform-tests to revision 58133dd71b16037669a0aa011b2afd448b52d434.

This commit is contained in:
Ms2ger
2015-08-11 17:14:59 +02:00
parent 84c4a26e4d
commit 88ea7c4291
192 changed files with 50802 additions and 1334 deletions

View File

@@ -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');