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

Unified Diff: LayoutTests/imported/web-platform-tests/IndexedDB/request_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/request_bubble-and-capture.htm
diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/request_bubble-and-capture.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/request_bubble-and-capture.htm
index 5523cc42177b314322503694146417b9f6790b35..62081d0d607868c86baef563373ff1e8dbb49f33 100644
--- a/LayoutTests/imported/web-platform-tests/IndexedDB/request_bubble-and-capture.htm
+++ b/LayoutTests/imported/web-platform-tests/IndexedDB/request_bubble-and-capture.htm
@@ -29,20 +29,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