blob: 7b00616fbf0f0695280f4ee31681f969511d53d0 [file] [log] [blame]
PASS IDBObjectStore.get exception order: InvalidStateError vs. TransactionInactiveError
PASS IDBObjectStore.get exception order: TransactionInactiveError vs. DataError
PASS IDBObjectStore.getAll exception order: InvalidStateError vs. TransactionInactiveError
PASS IDBObjectStore.getAll exception order: TransactionInactiveError vs. DataError
PASS IDBObjectStore.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError
PASS IDBObjectStore.getAllKeys exception order: TransactionInactiveError vs. DataError
PASS IDBObjectStore.count exception order: InvalidStateError vs. TransactionInactiveError
PASS IDBObjectStore.count exception order: TransactionInactiveError vs. DataError
PASS IDBObjectStore.openCursor exception order: InvalidStateError vs. TransactionInactiveError
PASS IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError
PASS IDBObjectStore.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError
PASS IDBObjectStore.openKeyCursor exception order: TransactionInactiveError vs. DataError