Source code

Revision control

Copy as Markdown

Other Tools

[idbdatabase-createObjectStore-exception-order.htm]
expected:
if (os == "linux"): ERROR
if debug and (os == "mac"): ERROR
if (os == "win") and (version == "6.1.7601"): ERROR
[IDBDatabase.createObjectStore exception order: InvalidStateError vs. TransactionInactiveError]
expected: FAIL