blob: 183701f4a8fc588956b0168db130052b8d42f4f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[idbcursor-primarykey.htm]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[IDBCursor.primaryKey - my,key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[IDBCursor.primaryKey - key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
|