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

Unified Diff: LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex8-valid_keys.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/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');

Powered by Google App Engine
This is Rietveld 408576698