blob: 9ea34cd35fea43719180d422384b014a233ed305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[idbcursor-advance.htm]
expected:
if (os == "win") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[IDBCursor.advance() - within single key range]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - advances backwards]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - skip far forward]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - within range]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - within single key range, with several results]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
|