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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 CONSOLE WARNING: line 26: 'KeyboardEvent.keyIdentifier' is deprecated and will b e removed in M53, around September 2016. See https://www.chromestatus.com/featur es/5316065118650368 for more details.
2 To test manually, press keys and compare results to other browsers. 2 To test manually, press keys and compare results to other browsers.
3 3
4 4
5 target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyCode - char Code 5 target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyCode - char Code
6 Space: 6 Space:
7 INPUT - keydown - false,false,false,false - U+0020 - 32 - 0 7 INPUT - keydown - false,false,false,false - U+0020 - 32 - 0
8 INPUT - keypress - false,false,false,false - - 32 - 32 8 INPUT - keypress - false,false,false,false - - 32 - 32
9 INPUT - keyup - false,false,false,false - U+0020 - 32 - 0 9 INPUT - keyup - false,false,false,false - U+0020 - 32 - 0
10 INPUT - click 10 INPUT - click
11 Enter: 11 Enter:
12 INPUT - keydown - false,false,false,false - Enter - 13 - 0 12 INPUT - keydown - false,false,false,false - Enter - 13 - 0
13 INPUT - keypress - false,false,false,false - Enter - 13 - 13 13 INPUT - keypress - false,false,false,false - Enter - 13 - 13
14 INPUT - click 14 INPUT - click
15 INPUT - keyup - false,false,false,false - Enter - 13 - 0 15 INPUT - keyup - false,false,false,false - Enter - 13 - 0
16 A: 16 A:
17 INPUT - keydown - false,false,true,false - U+0041 - 65 - 0 17 INPUT - keydown - false,false,true,false - U+0041 - 65 - 0
18 INPUT - keypress - false,false,true,false - - 65 - 65 18 INPUT - keypress - false,false,true,false - - 65 - 65
19 INPUT - keyup - false,false,true,false - U+0041 - 65 - 0 19 INPUT - keyup - false,false,true,false - U+0041 - 65 - 0
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698