Source code

Revision control

Copy as Markdown

Other Tools

[idbcursor-delete-exception-order.htm]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[IDBCursor.delete exception order: ReadOnlyError vs. InvalidStateError #2]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBCursor.delete exception order: ReadOnlyError vs. InvalidStateError #1]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.delete exception order: TransactionInactiveError vs. ReadOnlyError]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]