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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/input/dispatchKeyEvent-expected.txt

Issue 2120153003: Remove keyIdentifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_key_identifier_3a
Patch Set: Rebase Created 4 years, 5 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 CONSOLE WARNING: line 24: 'KeyboardEvent.keyIdentifier' is deprecated and will b e removed in M54, around October 2016. See https://www.chromestatus.com/features /5316065118650368 for more details.
2 -----Event----- 1 -----Event-----
3 type: keydown 2 type: keydown
4 keyCode: 65 3 keyCode: 65
5 keyIdentifier: U+0041 4 key: A
6 5
7 -----Event----- 6 -----Event-----
8 type: keypress 7 type: keypress
9 shiftKey 8 shiftKey
10 keyCode: 65 9 keyCode: 65
11 charCode: 65 10 charCode: 65
12 11
13 -----Event----- 12 -----Event-----
14 type: keyup 13 type: keyup
15 keyCode: 65 14 keyCode: 65
16 keyIdentifier: U+0041 15 key: A
17 16
18 -----Event----- 17 -----Event-----
19 type: keypress 18 type: keypress
20 keyCode: 1513 19 keyCode: 1513
21 charCode: 1513 20 charCode: 1513
22 21
23 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698