tor-browser

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

idbcursor_delete_index.any.js.ini (1223B)


      1 [idbcursor_delete_index.any.serviceworker.html]
      2 
      3 [idbcursor_delete_index.any.sharedworker.html]
      4 
      5 [idbcursor_delete_index.any.worker.html]
      6  expected:
      7    if (os == "android") and not debug: [OK, CRASH]
      8    if os == "mac": [OK, CRASH]
      9 
     10 [idbcursor_delete_index.any.html]
     11  expected:
     12    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     13  [Throw InvalidStateError when the cursor is being iterated]
     14    expected:
     15      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     16 
     17  [Attempt to remove a record in an inactive transaction]
     18    expected:
     19      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     20 
     21  [If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError]
     22    expected:
     23      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     24 
     25  [Attempt to remove a record in a read-only transaction]
     26    expected:
     27      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     28 
     29  [Remove a record from the object store]
     30    expected:
     31      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]