tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idbcursor-advance-continue-async.any.js.ini (1069B)


      1 [idbcursor-advance-continue-async.any.worker.html]
      2 
      3 [idbcursor-advance-continue-async.any.serviceworker.html]
      4 
      5 [idbcursor-advance-continue-async.any.html]
      6  expected:
      7    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      8  [IDBCursor asyncness - fresh continue still async]
      9    expected:
     10      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     11 
     12 
     13 [idbcursor-advance-continue-async.any.sharedworker.html]
     14  expected:
     15    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
     16  [IDBCursor asyncness - advance]
     17    expected:
     18      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
     19 
     20  [IDBCursor asyncness - continue]
     21    expected:
     22      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
     23 
     24  [IDBCursor asyncness - fresh advance still async]
     25    expected:
     26      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
     27 
     28  [IDBCursor asyncness - fresh continue still async]
     29    expected:
     30      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]