Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / touch-event-source-device-event-sender-expected.txt
blob3ddaa3849d54b38b68936dc30a928786a246bf9d
1 Test that 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 touchstart
7 PASS event.sourceCapabilities is non-null.
8 PASS event.sourceCapabilities.firesTouchEvents is true
9 Sending touchmove
10 PASS event.sourceCapabilities is non-null.
11 PASS event.sourceCapabilities.firesTouchEvents is true
12 Sending touchend
13 PASS event.sourceCapabilities is non-null.
14 PASS event.sourceCapabilities.firesTouchEvents is true
15 Sending touchstart
16 PASS event.sourceCapabilities is non-null.
17 PASS event.sourceCapabilities.firesTouchEvents is true
18 Sending touchcancel
19 PASS event.sourceCapabilities is non-null.
20 PASS event.sourceCapabilities.firesTouchEvents is true
21 PASS successfullyParsed is true
23 TEST COMPLETE