Index: third_party/WebKit/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt b/third_party/WebKit/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt |
index 54bd534805367082e1cc1f521d249116e86a1dad..4139ce2c4a8652719675f6cc8fc389b271f2f69f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE WARNING: 'KeyboardEvent.keyLocation' is deprecated. Please use 'KeyboardEvent.location' instead. |
+CONSOLE WARNING: 'KeyboardEvent.keyLocation' is deprecated and will be removed in M50, around April 2016. Please use 'KeyboardEvent.location' instead. See https://www.chromestatus.com/features/4997403308457984 for more details. |
This tests the constructor for the KeyboardEvent DOM class. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |