Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: LayoutTests/imported/web-platform-tests/IndexedDB/keypath_maxsize.htm

Issue 1295773004: update-w3c-deps import using blink c936ac9d274f959a4b5908db6835bcd612fb1a9e: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/web-platform-tests/IndexedDB/keypath_maxsize.htm
diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/keypath_maxsize.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/keypath_maxsize.htm
index 56e5d24b223afdb8472ed2d647d24bc3c5b69a5c..2f9e120e78fe9365936ae0452eec9c01852847a8 100644
--- a/LayoutTests/imported/web-platform-tests/IndexedDB/keypath_maxsize.htm
+++ b/LayoutTests/imported/web-platform-tests/IndexedDB/keypath_maxsize.htm
@@ -39,9 +39,7 @@
actual_keys.push(cursor.key.valueOf());
cursor.continue();
} else {
- assert_equals(actual_keys.length, expected_keys.length, "array length");
- assert_object_equals(actual_keys, expected_keys, "keyorder array");
-
+ assert_array_equals(actual_keys, expected_keys, "keyorder array");
t.done();
}
});
@@ -63,4 +61,3 @@
</script>
<div id=log></log>
-

Powered by Google App Engine
This is Rietveld 408576698