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

Unified Diff: LayoutTests/fast/events/uievent-with-inputdevice-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
« no previous file with comments | « LayoutTests/fast/events/uievent-with-inputdevice.html ('k') | Source/core/events/KeyboardEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
diff --git a/LayoutTests/fast/events/uievent-with-inputdevice-expected.txt b/LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
index aa6209c6badfb14c937b144ddb7293537bc438d9..ed8e586a77b83b9f465900f4599d86b2d0400d87 100644
--- a/LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
+++ b/LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
@@ -15,6 +15,10 @@ PASS mouseevent is non-null.
PASS mouseevent.sourceDevice is null
PASS mouseevent.sourceDevice is non-null.
PASS mouseevent.sourceDevice.firesTouchEvents is false
+PASS keyboardevent is non-null.
+PASS keyboardevent.sourceDevice is null
+PASS keyboardevent.sourceDevice is non-null.
+PASS keyboardevent.sourceDevice.firesTouchEvents is false
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/events/uievent-with-inputdevice.html ('k') | Source/core/events/KeyboardEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698