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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/key-events-in-input-button-expected.txt

Issue 1932293002: Deprecate KeyboardEvent.keyIdentifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust layout tests Created 4 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 CONSOLE WARNING: 'KeyboardEvent.keyIdentifier' is deprecated and will be removed in M53, around September 2016. See https://www.chromestatus.com/features/531606 5118650368 for more details.
1 To test manually, press keys and compare results to other browsers. 2 To test manually, press keys and compare results to other browsers.
2 3
3 4
4 target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyCode - char Code 5 target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyCode - char Code
5 Space: 6 Space:
6 INPUT - keydown - false,false,false,false - U+0020 - 32 - 0 7 INPUT - keydown - false,false,false,false - U+0020 - 32 - 0
7 INPUT - keypress - false,false,false,false - - 32 - 32 8 INPUT - keypress - false,false,false,false - - 32 - 32
8 INPUT - keyup - false,false,false,false - U+0020 - 32 - 0 9 INPUT - keyup - false,false,false,false - U+0020 - 32 - 0
9 INPUT - click 10 INPUT - click
10 Enter: 11 Enter:
11 INPUT - keydown - false,false,false,false - Enter - 13 - 0 12 INPUT - keydown - false,false,false,false - Enter - 13 - 0
12 INPUT - keypress - false,false,false,false - Enter - 13 - 13 13 INPUT - keypress - false,false,false,false - Enter - 13 - 13
13 INPUT - click 14 INPUT - click
14 INPUT - keyup - false,false,false,false - Enter - 13 - 0 15 INPUT - keyup - false,false,false,false - Enter - 13 - 0
15 A: 16 A:
16 INPUT - keydown - false,false,true,false - U+0041 - 65 - 0 17 INPUT - keydown - false,false,true,false - U+0041 - 65 - 0
17 INPUT - keypress - false,false,true,false - - 65 - 65 18 INPUT - keypress - false,false,true,false - - 65 - 65
18 INPUT - keyup - false,false,true,false - U+0041 - 65 - 0 19 INPUT - keyup - false,false,true,false - U+0041 - 65 - 0
19 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698