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

Unified Diff: LayoutTests/inspector-protocol/input/dispatchKeyEvent-expected.txt

Issue 15320003: Fix WebInputEventConversion conversion from Platform to Web KeyboardEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/inspector-protocol/input/dispatchKeyEvent-expected.txt
diff --git a/LayoutTests/inspector-protocol/input/dispatchKeyEvent-expected.txt b/LayoutTests/inspector-protocol/input/dispatchKeyEvent-expected.txt
index b83a7a6abd6b7292b1c98f7369cb5b648afa14c5..a622483b6f1ae8806434759568cd8dd278edb0c2 100644
--- a/LayoutTests/inspector-protocol/input/dispatchKeyEvent-expected.txt
+++ b/LayoutTests/inspector-protocol/input/dispatchKeyEvent-expected.txt
@@ -14,4 +14,9 @@ type: keyup
keyCode: 65
keyIdentifier: U+0041
+-----Event-----
+type: keypress
+keyCode: 1513
+charCode: 1513
+
« no previous file with comments | « LayoutTests/inspector-protocol/input/dispatchKeyEvent.html ('k') | Source/WebKit/chromium/src/WebInputEventConversion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698