summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbcursor-advance-invalid.htm.ini
blob: cf292855f432b3957a63fb5e2735c5ba788aba8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[idbcursor-advance-invalid.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.advance() - invalid - missing argument]
    expected:
      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [IDBCursor.advance() - invalid - pass null/undefined]
    expected:
      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [IDBCursor.advance() - invalid - got value not set on exception]
    expected:
      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [IDBCursor.advance() - invalid - pass negative numbers]
    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() - invalid - pass something other than number]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]