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