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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/key-events-in-input-button-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/key-events-in-input-button-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/key-events-in-input-button-expected.txt b/third_party/WebKit/LayoutTests/fast/events/key-events-in-input-button-expected.txt
index 48fd9397bd51d9eb606111ef4e16c71fec99d972..a514097df3e724c81016a727d4db82244f7a36d9 100644
--- a/third_party/WebKit/LayoutTests/fast/events/key-events-in-input-button-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/key-events-in-input-button-expected.txt
@@ -1,20 +1,19 @@
-CONSOLE WARNING: line 26: 'KeyboardEvent.keyIdentifier' is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5316065118650368 for more details.
To test manually, press keys and compare results to other browsers.
-target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyCode - charCode
+target - type - ctrlKey,altKey,shiftKey,metaKey - key - keyCode - charCode
Space:
-INPUT - keydown - false,false,false,false - U+0020 - 32 - 0
+INPUT - keydown - false,false,false,false - - 32 - 0
INPUT - keypress - false,false,false,false - - 32 - 32
-INPUT - keyup - false,false,false,false - U+0020 - 32 - 0
+INPUT - keyup - false,false,false,false - - 32 - 0
INPUT - click
Enter:
-INPUT - keydown - false,false,false,false - Enter - 13 - 0
-INPUT - keypress - false,false,false,false - Enter - 13 - 13
+INPUT - keydown - false,false,false,false -Enter- 13 - 0
+INPUT - keypress - false,false,false,false -Enter- 13 - 13
INPUT - click
-INPUT - keyup - false,false,false,false - Enter - 13 - 0
+INPUT - keyup - false,false,false,false -Enter- 13 - 0
A:
-INPUT - keydown - false,false,true,false - U+0041 - 65 - 0
-INPUT - keypress - false,false,true,false - - 65 - 65
-INPUT - keyup - false,false,true,false - U+0041 - 65 - 0
+INPUT - keydown - false,false,true,false -A- 65 - 0
+INPUT - keypress - false,false,true,false -A- 65 - 65
+INPUT - keyup - false,false,true,false -A- 65 - 0

Powered by Google App Engine
This is Rietveld 408576698