| Index: LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex8-valid_keys.htm
|
| diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex8-valid_keys.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex8-valid_keys.htm
|
| index fb036c161c7b9939377f98bde46ee16f6b28dc6f..a72feb2f09c86737621c46201c7bad3b8b757a3b 100644
|
| --- a/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex8-valid_keys.htm
|
| +++ b/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex8-valid_keys.htm
|
| @@ -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');
|
|
|