Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / mouse-event-from-touch-source-device-event-sender-expected.txt
bloba23448168d6c73f3158c68c5ee1f600b89cbd444
1 Test that synthetic mouse events from touch events should have a sourceCapabilities and its firesTouchEvents should be true.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Sending gestureTap which synthesizes mousemove, mousedown, mouseup and click
7 mousemove
8 PASS event.sourceCapabilities is non-null.
9 PASS event.sourceCapabilities.firesTouchEvents is true
10 mousedown
11 PASS event.sourceCapabilities is non-null.
12 PASS event.sourceCapabilities.firesTouchEvents is true
13 mouseup
14 PASS event.sourceCapabilities is non-null.
15 PASS event.sourceCapabilities.firesTouchEvents is true
16 click
17 PASS event.sourceCapabilities is non-null.
18 PASS event.sourceCapabilities.firesTouchEvents is true
19 PASS successfullyParsed is true
21 TEST COMPLETE