blob: 287a82189b3f26c93c5c4f4d7a0d5987a1f508f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[idbcursor-continue.htm]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "android") and fission: [TIMEOUT, OK]
[IDBCursor.continue() - within range]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor.continue() - within single key range]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor.continue() - within single key range, with several results]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|