blob: 150d90609bc17c41dc3ab222115aa5dafdb72720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[idbcursor-advance-continue-async.htm]
expected:
if (os == "win") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[IDBCursor asyncness - fresh advance still async]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor asyncness - continue]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor asyncness - fresh continue still async]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
|