Index: LayoutTests/imported/web-platform-tests/IndexedDB/keygenerator-constrainterror.htm |
diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/keygenerator-constrainterror.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/keygenerator-constrainterror.htm |
index 85845b63c1f83e58f9ef26dd08b262c9cb273325..e8221154933cdc02af715634712c697d5c67abc1 100644 |
--- a/LayoutTests/imported/web-platform-tests/IndexedDB/keygenerator-constrainterror.htm |
+++ b/LayoutTests/imported/web-platform-tests/IndexedDB/keygenerator-constrainterror.htm |
@@ -62,10 +62,7 @@ |
} |
else { |
assert_equals(errors, 2, "expected ConstraintError's"); |
- |
- assert_equals(actual_keys.length, expected.length, "array length"); |
- assert_object_equals(actual_keys, expected, "keygenerator array"); |
- |
+ assert_array_equals(actual_keys, expected, "keygenerator array"); |
t.done(); |
} |
}); |