blob: 927f017983af94aeae845c69bca70e2700095c81 [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