Source code

Revision control

Copy as Markdown

Other Tools

[idbcursor-advance-exception-order.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBCursor.advance exception order: TransactionInactiveError 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.advance exception order: TransactionInactiveError vs. InvalidStateError #1]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance exception order: TypeError vs. TransactionInactiveError]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]