tor-browser

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

default-src-blocks-wasm.any.js.ini (417B)


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