Source code
Revision control
Copy as Markdown
Other Tools
[auxclick_event.html]
[auxclick event sequence received.]
expected:
if (os == "linux") and not tsan and debug and fission: [PASS, FAIL]
if (os == "linux") and not tsan and debug and not fission: [PASS, FAIL]
if (os == "linux") and not tsan and not debug and not fission: [PASS, FAIL]
if (os == "linux") and tsan: [PASS, FAIL]
[Second auxclick should have detail=2 indicating the fire click]
expected:
if (os == "linux") and not tsan and debug and fission: [PASS, FAIL]
if (os == "linux") and not tsan and debug and not fission: [PASS, FAIL]
if (os == "linux") and not tsan and not debug and not fission: [PASS, FAIL]
if (os == "linux") and tsan: [PASS, FAIL]