tor-browser

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

auxclick_event.html.ini (720B)


      1 [auxclick_event.html]
      2  [auxclick event sequence received.]
      3    expected:
      4      if (os == "linux") and not tsan and debug and fission: [PASS, FAIL]
      5      if (os == "linux") and not tsan and debug and not fission: [PASS, FAIL]
      6      if (os == "linux") and not tsan and not debug and not fission: [PASS, FAIL]
      7      if (os == "linux") and tsan: [PASS, FAIL]
      8 
      9  [Second auxclick should have detail=2 indicating the fire click]
     10    expected:
     11      if (os == "linux") and not tsan and debug and fission: [PASS, FAIL]
     12      if (os == "linux") and not tsan and debug and not fission: [PASS, FAIL]
     13      if (os == "linux") and not tsan and not debug and not fission: [PASS, FAIL]
     14      if (os == "linux") and tsan: [PASS, FAIL]