| Index: LayoutTests/imported/web-platform-tests/IndexedDB/keypath.htm
|
| diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/keypath.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/keypath.htm
|
| index df997b35d528050fcb224e42fc2aef29c9c83d6c..6d5ec86996c13751e91d11bbf66a6c059dc045ee 100644
|
| --- a/LayoutTests/imported/web-platform-tests/IndexedDB/keypath.htm
|
| +++ b/LayoutTests/imported/web-platform-tests/IndexedDB/keypath.htm
|
| @@ -41,9 +41,7 @@
|
| cursor.continue();
|
| }
|
| else {
|
| - assert_equals(actual_keys.length, expected_keys.length, "array length");
|
| - assert_object_equals(actual_keys, expected_keys, "keyorder array");
|
| -
|
| + assert_key_equals(actual_keys, expected_keys, "keyorder array");
|
| t.done();
|
| }
|
| });
|
|
|