blob: 43d5799325be00bd5f0d7910fb809b31b8568275 (
plain)
1
2
3
4
5
6
7
8
9
|
[idbcursor-advance-exception-order.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[IDBCursor.advance exception order: TransactionInactiveError vs. InvalidStateError #2]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|