tor-browser

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

idbindex-rename-errors.any.js.ini (1568B)


      1 [idbindex-rename-errors.any.worker.html]
      2 
      3 [idbindex-rename-errors.any.serviceworker.html]
      4 
      5 [idbindex-rename-errors.any.html]
      6  expected:
      7    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT]
      8    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT]
      9  [IndexedDB deleted index rename throws]
     10    expected:
     11      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     12 
     13  [IndexedDB index rename throws in a readonly transaction]
     14    expected:
     15      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     16 
     17  [IndexedDB index rename throws in a readwrite transaction]
     18    expected:
     19      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     20 
     21  [IndexedDB index rename throws in an inactive transaction]
     22    expected:
     23      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     24      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     25 
     26  [IndexedDB index rename to the name of another index throws]
     27    expected:
     28      if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN]
     29      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, NOTRUN]
     30 
     31  [IndexedDB index rename handles exceptions when stringifying names]
     32    expected:
     33      if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN]
     34      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, NOTRUN]
     35 
     36 
     37 [idbindex-rename-errors.any.sharedworker.html]