tor-browser

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

delete-request-queue.any.js.ini (472B)


      1 [delete-request-queue.any.serviceworker.html]
      2  expected:
      3    if (os == "android") and not debug and sessionHistoryInParent: [OK, ERROR]
      4    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, ERROR]
      5 
      6 [delete-request-queue.any.sharedworker.html]
      7 
      8 [delete-request-queue.any.worker.html]
      9  expected:
     10    if (os == "mac") and not debug: [OK, CRASH]
     11 
     12 [delete-request-queue.any.html]
     13  expected:
     14    if (os == "android") and not debug: [OK, CRASH]