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

Unified Diff: LayoutTests/imported/web-platform-tests/IndexedDB/support.js

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/support.js
diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/support.js b/LayoutTests/imported/web-platform-tests/IndexedDB/support.js
index 858fe5d770118aa73eb4f2a7702f7d5558a3bcda..2eeca4f1f5385c6ba22015a0c912dc27b063bd28 100644
--- a/LayoutTests/imported/web-platform-tests/IndexedDB/support.js
+++ b/LayoutTests/imported/web-platform-tests/IndexedDB/support.js
@@ -120,3 +120,7 @@ function createdb_for_multiple_tests(dbname, version) {
return rq_open;
}
+
+function assert_key_equals(actual, expected, description) {
+ assert_equals(indexedDB.cmp(actual, expected), 0, description);
+}

Powered by Google App Engine
This is Rietveld 408576698