blob: a3a809094d3be2f8fc4df5122fd672c13c92ffc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[idbfactory_open9.htm]
expected:
if (processor == "x86") and (os == "win") and not debug: [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 (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|