Source code

Revision control

Copy as Markdown

Other Tools

[click.html]
[Event Timing click.]
expected:
if debug and (os == "android"): PASS
if debug and (os == "win") and (processor == "x86"): PASS
if debug and (os == "linux") and fission: PASS
[PASS, FAIL]