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

Unified Diff: LayoutTests/imported/web-platform-tests/IndexedDB/keygenerator-constrainterror.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/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();
}
});

Powered by Google App Engine
This is Rietveld 408576698