summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbfactory_open9.htm.ini
blob: 83426c3ef439c97f32cb2efd1a2a7ab1ec63a2c7 (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
28
[idbfactory_open9.htm]
  expected:
    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
  [Calling open() with version argument null should throw TypeError.]
    expected: FAIL

  [Calling open() with version argument object should throw TypeError.]
    expected: FAIL

  [Calling open() with version argument object (second) should throw TypeError.]
    expected: FAIL

  [Calling open() with version argument object (third) should throw TypeError.]
    expected: FAIL

  [Calling open() with version argument undefined should not throw.]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

  [Calling open() with version argument 9007199254740991 should not throw.]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [Calling open() with version argument 1.5 should not throw.]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]