chromium/third_party/blink/web_tests/fast/events/touch/gesture/gesture-click-expected.txt

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