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

Unified Diff: LayoutTests/imported/web-platform-tests/IndexedDB/transaction-create_in_versionchange.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/transaction-create_in_versionchange.htm
diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/transaction-create_in_versionchange.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/transaction-create_in_versionchange.htm
index f95ce245c1f6566a5971bc2cc4c00c363de39d9e..7db3463a33104ba3dc5d4ec61ef43cfd60de3fcc 100644
--- a/LayoutTests/imported/web-platform-tests/IndexedDB/transaction-create_in_versionchange.htm
+++ b/LayoutTests/imported/web-platform-tests/IndexedDB/transaction-create_in_versionchange.htm
@@ -50,18 +50,18 @@
.addEventListener("success", log("complete2_get.success"))
txn.oncomplete = this.step_func(function(e) {
- assert_object_equals(events, [
- "versionchange_add.success: 1",
- "versionchange_count.success: 0",
- "versionchange_add2.success: 2",
- "versionchange_txn.complete",
-
- "open_rq.success: [object IDBDatabase]",
-
- "complete_count.success: 2",
- "complete2_get.success: 1",
- ],
- "events")
+ assert_array_equals(events, [
+ "versionchange_add.success: 1",
+ "versionchange_count.success: 0",
+ "versionchange_add2.success: 2",
+ "versionchange_txn.complete",
+
+ "open_rq.success: [object IDBDatabase]",
+
+ "complete_count.success: 2",
+ "complete2_get.success: 1",
+ ],
+ "events")
this.done()
})
}

Powered by Google App Engine
This is Rietveld 408576698