tor-browser

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

http-response-code.any.js.ini (381B)


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