blob: 6ace48dd2bf4f28e692c8d0429afb86e9faecd01 (
plain)
1
2
3
4
5
6
7
|
[idbindex_count2.htm]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [TIMEOUT, OK]
[IDBIndex.count() - returns the number of records that have keys within the range ]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
|