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

Side by Side 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 unified diff | Download patch
OLDNEW
1 -----Event----- 1 -----Event-----
2 type: keydown 2 type: keydown
3 keyCode: 65 3 keyCode: 65
4 keyIdentifier: U+0041 4 keyIdentifier: U+0041
5 5
6 -----Event----- 6 -----Event-----
7 type: keypress 7 type: keypress
8 shiftKey 8 shiftKey
9 keyCode: 65 9 keyCode: 65
10 charCode: 65 10 charCode: 65
11 11
12 -----Event----- 12 -----Event-----
13 type: keyup 13 type: keyup
14 keyCode: 65 14 keyCode: 65
15 keyIdentifier: U+0041 15 keyIdentifier: U+0041
16 16
17 -----Event-----
18 type: keypress
19 keyCode: 1513
20 charCode: 1513
17 21
22
OLDNEW
« 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