tor-browser

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

pointerover.html.ini (574B)


      1 [pointerover.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4  [Event Timing pointerover.]
      5    expected:
      6      if not fission and debug and (os == "android") and not sessionHistoryInParent: [PASS, FAIL]
      7      if fission and (os == "win") and not debug: [PASS, FAIL]
      8      if not fission and debug and (os == "linux"): [PASS, FAIL]
      9      if not fission and not debug: [PASS, FAIL]
     10      if debug and fission and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
     11      if (os == "linux") and fission and debug: [PASS, FAIL]