tor-browser

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

fetch.https.any.js.ini (353B)


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