| Index: LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex6-event_order.htm
|
| diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex6-event_order.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex6-event_order.htm
|
| index 69712f242101831b953dafb90c233ebcbd901a65..e48873a470ea4461405b11c0fbccabede18a6c37 100644
|
| --- a/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex6-event_order.htm
|
| +++ b/LayoutTests/imported/web-platform-tests/IndexedDB/idbobjectstore_createIndex6-event_order.htm
|
| @@ -47,17 +47,17 @@
|
|
|
| open_rq.onerror = function(e) {
|
| log("open_rq.error")(e);
|
| - assert_object_equals(events, [ "rq_add1.success",
|
| - "rq_add2.success",
|
| + assert_array_equals(events, [ "rq_add1.success",
|
| + "rq_add2.success",
|
|
|
| - "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();
|
| }
|
|
|