tor-browser

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

idbindex_tombstones.any.js.ini (489B)


      1 [idbindex_tombstones.any.html]
      2  expected:
      3    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      4  [Forward iteration over an index in a readwrite transaction]
      5    expected:
      6      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
      7 
      8  [Backward iteration over an index in a readwrite transaction]
      9    expected:
     10      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     11 
     12 
     13 [idbindex_tombstones.any.worker.html]