tor-browser

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

mousedown.html.ini (497B)


      1 [mousedown.html]
      2  [Event Timing mousedown.]
      3    expected:
      4      if (os_version == "14") and not debug and sessionHistoryInParent: [PASS, FAIL]
      5      if (os_version == "14") and not debug and not sessionHistoryInParent: [PASS, FAIL]
      6      if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, FAIL]
      7      if (os_version == "14.70") and not debug: [PASS, FAIL]
      8      if not debug and (os == "linux"): [PASS, FAIL]
      9      if not debug and (processor == "x86"): [PASS, FAIL]