OLD | NEW |
| (Empty) |
1 This is a testharness.js-based test. | |
2 PASS TransactionInactiveError v.s. InvalidStateError(deleted index) | |
3 PASS InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect source)
| |
4 PASS InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect directi
on) | |
5 FAIL InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration co
mplete) assert_throws: direction check should precede got_value_flag check funct
ion "function () { | |
6 cursor.continuePrimaryKey("A", 4); | |
7 }" threw object "InvalidStateError: Failed to execute 'continuePrima
ryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its end
." that is not a DOMException InvalidAccessError: property "code" is equal to 11
, expected 15 | |
8 FAIL InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration on
going) assert_throws: direction check should precede iteration ongoing check fun
ction "function () { | |
9 cursor.continuePrimaryKey("A", 4); | |
10 }" threw object "InvalidStateError: Failed to execute 'continueP
rimaryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its
end." that is not a DOMException InvalidAccessError: property "code" is equal t
o 11, expected 15 | |
11 FAIL InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration ongoi
ng) assert_throws: index source check should precede iteration ongoing check fun
ction "function () { | |
12 cursor.continuePrimaryKey("A", 4); | |
13 }" threw object "InvalidStateError: Failed to execute 'continueP
rimaryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its
end." that is not a DOMException InvalidAccessError: property "code" is equal t
o 11, expected 15 | |
14 FAIL InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration compl
ete) assert_throws: index source check should precede got_value_flag check funct
ion "function () { | |
15 cursor.continuePrimaryKey("A", 4); | |
16 }" threw object "InvalidStateError: Failed to execute 'continuePrima
ryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its end
." that is not a DOMException InvalidAccessError: property "code" is equal to 11
, expected 15 | |
17 PASS InvalidStateError(iteration ongoing) v.s. DataError(unset key) | |
18 PASS InvalidStateError(iteration complete) v.s. DataError(unset key) | |
19 PASS DataError(unset key) | |
20 PASS DataError(unset primary key) | |
21 PASS DataError(keys are lower then current one) in 'next' direction | |
22 PASS DataError(keys are larger then current one) in 'prev' direction | |
23 Harness: the test ran to completion. | |
24 | |
OLD | NEW |