blob: a728280ed330f48357baf02ad23c9bfbacb2d984 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[idbcursor-direction-objectstore.htm]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[IDBCursor direction - object store - prev]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor direction - object store - next]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor direction - object store - nextunique]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor direction - object store - prevunique]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|