tor-browser

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

choice-of-error-3.html.ini (187B)


      1 [choice-of-error-3.html]
      2  expected:
      3    if not debug and (os == "linux"): [OK, CRASH]
      4    if not debug and (os == "mac"): [OK, CRASH]
      5    if not debug and (os == "android"): [OK, CRASH]