tor-browser

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

idbindex_indexNames.any.js.ini (631B)


      1 [idbindex_indexNames.any.worker.html]
      2  expected:
      3    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      4  [Verify IDBObjectStore.indexNames property]
      5    expected:
      6      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
      7 
      8 
      9 [idbindex_indexNames.any.sharedworker.html]
     10  expected:
     11    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
     12  [Verify IDBObjectStore.indexNames property]
     13    expected:
     14      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
     15 
     16 
     17 [idbindex_indexNames.any.serviceworker.html]
     18 
     19 [idbindex_indexNames.any.html]