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

Unified Diff: LayoutTests/imported/web-platform-tests/IndexedDB/transaction_bubble-and-capture.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_bubble-and-capture.htm
diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/transaction_bubble-and-capture.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/transaction_bubble-and-capture.htm
index 3b053aded027d102ae8dd306e92af80f5f592a3a..195948ba28eece6ffcbc449ed4830a5357b9bd52 100644
--- a/LayoutTests/imported/web-platform-tests/IndexedDB/transaction_bubble-and-capture.htm
+++ b/LayoutTests/imported/web-platform-tests/IndexedDB/transaction_bubble-and-capture.htm
@@ -37,20 +37,20 @@
open_rq.onsuccess = function(e) {
log("open_rq.success")(e);
- assert_object_equals(events, [
- "capture db.success",
- "capture txn.success",
- "capture rq1.success",
- "bubble rq1.success",
+ assert_array_equals(events, [
+ "capture db.success",
+ "capture txn.success",
+ "capture rq1.success",
+ "bubble rq1.success",
- "capture db.error: ConstraintError",
- "capture txn.error: ConstraintError",
- "capture rq2.error: ConstraintError",
- "bubble rq2.error: ConstraintError",
- "bubble txn.error: ConstraintError",
- "bubble db.error: ConstraintError",
+ "capture db.error: ConstraintError",
+ "capture txn.error: ConstraintError",
+ "capture rq2.error: ConstraintError",
+ "bubble rq2.error: ConstraintError",
+ "bubble txn.error: ConstraintError",
+ "bubble db.error: ConstraintError",
- "open_rq.success",
+ "open_rq.success",
],
"events");
this.done();

Powered by Google App Engine
This is Rietveld 408576698