tor-browser

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

response-static-json.any.js.ini (389B)


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