blob: d65b218c631d59a14e0a7bf9b8fc93fccf8ab8fd (
plain)
1
2
3
4
5
6
7
|
[cursor-overloads.htm]
expected:
if (os == "win") and swgl: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Validate the overloads of IDBObjectStore.openCursor(), IDBIndex.openCursor() and IDBIndex.openKeyCursor()]
expected:
if swgl and (os == "win"): [PASS, NOTRUN]
|