tor-browser

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

request-cache-default-conditional.any.js.ini (405B)


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