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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/keyboard-event-source-device-event-sender-expected.txt
diff --git a/LayoutTests/fast/events/mouse-event-source-device-event-sender-expected.txt b/LayoutTests/fast/events/keyboard-event-source-device-event-sender-expected.txt
similarity index 62%
copy from LayoutTests/fast/events/mouse-event-source-device-event-sender-expected.txt
copy to LayoutTests/fast/events/keyboard-event-source-device-event-sender-expected.txt
index f04d7295d174e5ccea1423ee8f11d9ccbebeb3fd..a8de8fce12d8ef49a5e5393b4fb3f899f97aaa8f 100644
--- a/LayoutTests/fast/events/mouse-event-source-device-event-sender-expected.txt
+++ b/LayoutTests/fast/events/keyboard-event-source-device-event-sender-expected.txt
@@ -1,18 +1,15 @@
-Test that mouse events from real mouse device should have a sourceDevice and its firesTouchEvents should be false.
+Test that keyboard events should have a sourceDevice and its firesTouchEvents should be false.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-mousemove
+keydown
PASS event.sourceDevice is non-null.
PASS event.sourceDevice.firesTouchEvents is false
-mousedown
+keypress
PASS event.sourceDevice is non-null.
PASS event.sourceDevice.firesTouchEvents is false
-mouseup
-PASS event.sourceDevice is non-null.
-PASS event.sourceDevice.firesTouchEvents is false
-click
+keyup
PASS event.sourceDevice is non-null.
PASS event.sourceDevice.firesTouchEvents is false
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698