blob: 9899a0ef020a54135aa3250544e251f93e6b5f0a (
plain)
1
2
3
4
5
6
7
8
9
10
|
[idbcursor-continue-exception-order.htm]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[IDBCursor.continue exception order: TransactionInactiveError vs. InvalidStateError]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.continue exception order: InvalidStateError vs. DataError]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|