blob: b10b968d3db4ae6a1a4e5b5993a8523a58489238 [file] [log] [blame]
Test that synthetic mouse events from touch events should have a sourceCapabilities and its firesTouchEvents should be true.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Sending gestureTap which synthesizes mousemove, mousedown, mouseup and click
mousemove
PASS event.sourceCapabilities is non-null.
PASS event.sourceCapabilities.firesTouchEvents is true
mousedown
PASS event.sourceCapabilities is non-null.
PASS event.sourceCapabilities.firesTouchEvents is true
mouseup
PASS event.sourceCapabilities is non-null.
PASS event.sourceCapabilities.firesTouchEvents is true
click
PASS event.sourceCapabilities is non-null.
PASS event.sourceCapabilities.firesTouchEvents is true
PASS successfullyParsed is true
TEST COMPLETE