blob: 724a8125dc221f8d4179462f631f691f5a47c26f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[idbcursor-direction.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]
if (os == "android") and fission: [OK, TIMEOUT]
[IDBCursor.direction - next]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[IDBCursor.direction - prev]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[IDBCursor.direction - nextunique]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[IDBCursor.direction - prevunique]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|