| 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();
|
|
|