tor-browser

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

idbcursor-continue.any.js.ini (652B)


      1 [idbcursor-continue.any.sharedworker.html]
      2 
      3 [idbcursor-continue.any.serviceworker.html]
      4 
      5 [idbcursor-continue.any.html]
      6  expected:
      7    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      8  [IDBCursor.continue() - within single key range, with several results]
      9    expected:
     10      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     11 
     12 
     13 [idbcursor-continue.any.worker.html]
     14  expected:
     15    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
     16  [IDBCursor.continue() - within single key range, with several results]
     17    expected:
     18      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]