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

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

Issue 1182313006: Populates sourceDevice attribute into KeyboardEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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 mouse events from real mouse device should have a sourceDevice and its firesTouchEvents should be false. 1 Test that keyboard events should have a sourceDevice and its firesTouchEvents sh ould be false.
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 mousemove 6 keydown
7 PASS event.sourceDevice is non-null. 7 PASS event.sourceDevice is non-null.
8 PASS event.sourceDevice.firesTouchEvents is false 8 PASS event.sourceDevice.firesTouchEvents is false
9 mousedown 9 keypress
10 PASS event.sourceDevice is non-null. 10 PASS event.sourceDevice is non-null.
11 PASS event.sourceDevice.firesTouchEvents is false 11 PASS event.sourceDevice.firesTouchEvents is false
12 mouseup 12 keyup
13 PASS event.sourceDevice is non-null.
14 PASS event.sourceDevice.firesTouchEvents is false
15 click
16 PASS event.sourceDevice is non-null. 13 PASS event.sourceDevice is non-null.
17 PASS event.sourceDevice.firesTouchEvents is false 14 PASS event.sourceDevice.firesTouchEvents is false
18 PASS successfullyParsed is true 15 PASS successfullyParsed is true
19 16
20 TEST COMPLETE 17 TEST COMPLETE
21 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698