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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/init-events-expected.txt

Issue 2120153003: Remove keyIdentifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_key_identifier_3a
Patch Set: 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/init-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/init-events-expected.txt b/third_party/WebKit/LayoutTests/fast/events/init-events-expected.txt
index 5599ce7b797ee6ba62f61cda8c65880aed7e45a0..72ae769b17dc8243bcc27dc1c250a40c3351df70 100644
--- a/third_party/WebKit/LayoutTests/fast/events/init-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/init-events-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: line 1: 'KeyboardEvent.keyIdentifier' is deprecated and will be removed in M53, around September 2016. See https://www.chromestatus.com/features/5316065118650368 for more details.
This tests the init functions for all the event DOM classes that have them.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -18,8 +17,6 @@ PASS testInitEvent('Keyboard', '"a", false, false, window, "b", 1001, false, fal
PASS testInitEvent('Keyboard', '"a", false, true, window, "b", 1001, false, false, false, false, false').cancelable is true
PASS testInitEvent('Keyboard', '"a", false, true, window, "b", 1001, false, false, false, false, false').view is window
PASS testInitEvent('Keyboard', '"a", false, true, null, "b", 1001, false, false, false, false, false').view is null
-PASS testInitEvent('Keyboard', '"a", false, true, window, "b", 1001, false, false, false, false, false').keyIdentifier is 'b'
-PASS testInitEvent('Keyboard', '"a", false, true, window, null, 1001, false, false, false, false, false').keyIdentifier is 'null'
PASS testInitEvent('Keyboard', '"a", false, true, window, "b", 1001, false, false, false, false, false').location is 1001
PASS testInitEvent('Keyboard', '"a", false, true, window, "b", 1001, false, false, false, false, false').ctrlKey is false
PASS testInitEvent('Keyboard', '"a", false, true, window, "b", 1001, true, false, false, false, false').ctrlKey is true

Powered by Google App Engine
This is Rietveld 408576698