blob: 418d4a45389d031462e6d5c29538240d02dc5887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[idbcursor-advance-invalid.htm]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
[IDBCursor.advance() - invalid - missing argument]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - invalid - pass null/undefined]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - invalid - got value not set on exception]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - invalid - pass negative numbers]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
|