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

Unified Diff: LayoutTests/fast/events/uievent-with-inputdevice-expected.txt

Issue 1174683004: Populates sourceDevice attribute into MouseEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Create a new init function 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/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 f666c6013247262da4a5ede8b687725d61245a34..f53e53249b6261ac794ed972b925beb9bf1a582d 100644
--- a/LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
+++ b/LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
@@ -11,6 +11,11 @@ PASS uievent.sourceDevice is non-null.
PASS uievent.sourceDevice.firesTouchEvents is true
PASS touchevent is non-null.
PASS touchevent.sourceDevice is null
+PASS event is non-null.
+PASS event.sourceDevice is null
+PASS sourceDevice.firesTouchEvents is false
+PASS mouseevent.sourceDevice is non-null.
+PASS mouseevent.sourceDevice.firesTouchEvents is false
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698