summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbobjectstore-query-exception-order.html.ini
blob: cb9f6bd3b14b9316919701bcf51c434756b0bead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[idbobjectstore-query-exception-order.html]
  expected:
    if (os == "win") and not debug: [OK, TIMEOUT]
  [IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError]
    expected:
      if (os == "win") and not debug: [PASS, TIMEOUT]

  [IDBObjectStore.openKeyCursor exception order: TransactionInactiveError vs. DataError]
    expected:
      if (os == "win") and not debug: [PASS, TIMEOUT]

  [IDBObjectStore.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError]
    expected:
      if (os == "win") and not debug: [PASS, TIMEOUT]

  [IDBObjectStore.openCursor exception order: InvalidStateError vs. TransactionInactiveError]
    expected:
      if (os == "win") and not debug: [PASS, TIMEOUT]