Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Side by Side Diff: LayoutTests/fast/events/mouse-event-from-touch-source-device-event-sender-expected.txt

Issue 1174683004: Populates sourceDevice attribute into MouseEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add initinternal Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test that touch events should have a sourceDevice and its firesTouchEvents shoul d be true. 1 Test that synthetic mouse events from touch events should have a sourceDevice an d its firesTouchEvents should be true.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Sending touchstart 6 Sending gestureTap which synthesizes mousemove, mousedown, mouseup and click
7 mousemove
7 PASS event.sourceDevice is non-null. 8 PASS event.sourceDevice is non-null.
8 PASS event.sourceDevice.firesTouchEvents is true 9 PASS event.sourceDevice.firesTouchEvents is true
9 Sending touchmove 10 mousedown
10 PASS event.sourceDevice is non-null. 11 PASS event.sourceDevice is non-null.
11 PASS event.sourceDevice.firesTouchEvents is true 12 PASS event.sourceDevice.firesTouchEvents is true
12 Sending touchend 13 mouseup
13 PASS event.sourceDevice is non-null. 14 PASS event.sourceDevice is non-null.
14 PASS event.sourceDevice.firesTouchEvents is true 15 PASS event.sourceDevice.firesTouchEvents is true
15 Sending touchstart 16 click
16 PASS event.sourceDevice is non-null.
17 PASS event.sourceDevice.firesTouchEvents is true
18 Sending touchcancel
19 PASS event.sourceDevice is non-null. 17 PASS event.sourceDevice is non-null.
20 PASS event.sourceDevice.firesTouchEvents is true 18 PASS event.sourceDevice.firesTouchEvents is true
21 PASS successfullyParsed is true 19 PASS successfullyParsed is true
22 20
23 TEST COMPLETE 21 TEST COMPLETE
24 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698