tor-browser

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

upgrade-transaction-lifecycle-user-aborted.any.js.ini (397B)


      1 [upgrade-transaction-lifecycle-user-aborted.any.html]
      2  expected:
      3    if os == "mac": [OK, CRASH]
      4    if os == "android": [OK, CRASH]
      5 
      6 [upgrade-transaction-lifecycle-user-aborted.any.sharedworker.html]
      7 
      8 [upgrade-transaction-lifecycle-user-aborted.any.worker.html]
      9  expected:
     10    if (os == "android") and not debug: [OK, CRASH]
     11 
     12 [upgrade-transaction-lifecycle-user-aborted.any.serviceworker.html]