blob: bb1b0ff2a52e8643bddd9a9cc5ccb6355e2e34e3 [file] [log] [blame]
This tests basic gesture callbacks.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
PASS event.type is "mousemove"
PASS event.clientX is 10
PASS event.clientY is 12
PASS event.detail is 0
PASS event.type is "mousedown"
PASS event.clientX is 10
PASS event.clientY is 12
PASS event.detail is 1
PASS event.type is "mouseup"
PASS event.clientX is 10
PASS event.clientY is 12
PASS event.detail is 1
PASS event.type is "click"
PASS event.clientX is 10
PASS event.clientY is 12
PASS event.detail is 1
PASS successfullyParsed is true
TEST COMPLETE