tor-browser

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

preconnect.html.ini (526B)


      1 [preconnect.html]
      2  [Test that preconnect reduces connection time to zero]
      3    expected:
      4      if (os == "linux") and not swgl and fission and not debug and (processor == "x86"): [PASS, FAIL]
      5      if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, FAIL]
      6      if (os == "linux") and not swgl and not fission: [PASS, FAIL]
      7      if (os == "linux") and swgl and fission: [PASS, FAIL]
      8      if (os == "linux") and swgl and not fission: [PASS, FAIL]
      9      if os == "mac": [PASS, FAIL]
     10      [FAIL, PASS]