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

Unified Diff: LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex7-event_order.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_createIndex7-event_order.htm
diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex7-event_order.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex7-event_order.htm
index 019739751d8e6bc17bd1bc8ca9e29e625fddbb9b..ae773d3d3be45012a0a0d6db39332b13607895ec 100644
--- a/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex7-event_order.htm
+++ b/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex7-event_order.htm
@@ -49,20 +49,20 @@
open_rq.onerror = function(e) {
log("open_rq.error")(e);
- assert_object_equals(events, [ "rq_add1.success",
+ assert_array_equals(events, [ "rq_add1.success",
- "rq_add2.error: ConstraintError",
- "transaction.error: ConstraintError",
- "db.error: ConstraintError",
+ "rq_add2.error: ConstraintError",
+ "transaction.error: ConstraintError",
+ "db.error: ConstraintError",
- "rq_add3.error: AbortError",
- "transaction.error: AbortError",
- "db.error: AbortError",
+ "rq_add3.error: AbortError",
+ "transaction.error: AbortError",
+ "db.error: AbortError",
- "transaction.abort: ConstraintError",
- "db.abort: ConstraintError",
+ "transaction.abort: ConstraintError",
+ "db.abort: ConstraintError",
- "open_rq.error: AbortError" ],
+ "open_rq.error: AbortError" ],
"events");
t.done();
}

Powered by Google App Engine
This is Rietveld 408576698