| Index: third_party/WebKit/LayoutTests/fast/events/arrow-keys-on-body-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/arrow-keys-on-body-expected.txt b/third_party/WebKit/LayoutTests/fast/events/arrow-keys-on-body-expected.txt
|
| index 8a3288390f91140bf3381aa58357b735c238fe03..19ee900296fee159f457b8843a6147ef5c5b5b06 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/arrow-keys-on-body-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/arrow-keys-on-body-expected.txt
|
| @@ -1,9 +1,8 @@
|
| -CONSOLE WARNING: line 43: 'KeyboardEvent.keyIdentifier' is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5316065118650368 for more details.
|
| Test that arrow keys do not dispatch keypress events even if there is no default handler.
|
|
|
| To test manually, press arrow keys and verify that no keypress events are logged.
|
|
|
| -target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - location - keyCode - charCode
|
| -BODY - keydown - false,false,false,false - Left - DOM_KEY_LOCATION_STANDARD - 37 - 0
|
| -BODY - keyup - false,false,false,false - Left - DOM_KEY_LOCATION_STANDARD - 37 - 0
|
| +target - type - ctrlKey,altKey,shiftKey,metaKey - key - location - keyCode - charCode
|
| +BODY - keydown - false,false,false,false - ArrowLeft - DOM_KEY_LOCATION_STANDARD - 37 - 0
|
| +BODY - keyup - false,false,false,false - ArrowLeft - DOM_KEY_LOCATION_STANDARD - 37 - 0
|
|
|
|
|