tor-browser

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

cookies.any.js.ini (353B)


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