summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/events/touch/send-oncancel-event-expected.txt
blob: 75b4cb2380e6477c4a9cf9f55267bd3026ab112a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Tests that the cancel touch event is sent correctly.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS event.type is "touchcancel"
PASS cancelEvent is non-null.
PASS cancelEvent.pageX is 25
PASS cancelEvent.pageY is 25
PASS successfullyParsed is true

TEST COMPLETE