tor-browser

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

first-letter-flag-001.html.ini (346B)


      1 [first-letter-flag-001.html]
      2  expected:
      3    if (os == "win") and not fission and not swgl and debug and (processor == "x86"): [PASS, FAIL]
      4    if (os == "win") and not fission and not swgl and not debug and (processor == "x86_64"): [PASS, FAIL]
      5    if (os == "linux") and not debug: [PASS, FAIL]
      6    if (os == "mac") and not debug: [PASS, FAIL]