tor-browser

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

idbfactory_open.any.js.ini (685B)


      1 [idbfactory_open.any.worker.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, CRASH]
      4 
      5 [idbfactory_open.any.serviceworker.html]
      6  expected:
      7    if (os == "mac") and not debug: [OK, ERROR]
      8    if (os == "android") and not debug: [OK, ERROR]
      9 
     10 [idbfactory_open.any.sharedworker.html]
     11 
     12 [idbfactory_open.any.html]
     13  expected:
     14    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
     15  [Calling open() with version argument undefined should not throw.]
     16    expected:
     17      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     18 
     19  [IDBFactory.open() - error in upgradeneeded resets db]
     20    expected:
     21      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]