Source code

Revision control

Copy as Markdown

Other Tools

[pointerevent_click_is_a_pointerevent_multiple_clicks.html?pen]
expected: ERROR
[click using pen is a PointerEvent]
expected: TIMEOUT
[pointerevent_click_is_a_pointerevent_multiple_clicks.html?touch]
expected:
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not fission: [OK, TIMEOUT]
[click using touch is a PointerEvent]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not fission: [PASS, TIMEOUT]
[pointerevent_click_is_a_pointerevent_multiple_clicks.html?mouse]