blob: a412b547d88a0a2149a60b66b2ecfa75c9367c87 (
plain)
1
2
3
4
5
6
7
8
9
|
[idbcursor-iterating-update.htm]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Calling cursor => cursor.delete() doesn't affect index iteration]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
|