tor-browser

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

script-src-spv-asynch.any.js.ini (313B)


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