tor-browser

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

idbobjectstore-rename-errors.any.js.ini (731B)


      1 [idbobjectstore-rename-errors.any.html]
      2 
      3 [idbobjectstore-rename-errors.any.sharedworker.html]
      4 
      5 [idbobjectstore-rename-errors.any.serviceworker.html]
      6  expected:
      7    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      8  [IndexedDB object store rename throws in an inactive transaction]
      9    expected:
     10      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     11 
     12  [IndexedDB object store rename to the name of another store throws]
     13    expected:
     14      if not sessionHistoryInParent and not debug: [PASS, NOTRUN]
     15 
     16  [IndexedDB object store rename handles exceptions when stringifying names]
     17    expected:
     18      if not sessionHistoryInParent and not debug: [PASS, NOTRUN]
     19 
     20 
     21 [idbobjectstore-rename-errors.any.worker.html]