Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / arrow-keys-on-body-expected.txt
blobdd03dd6f63a5e3654372b2036a9dcd0b902608b7
1 Test that arrow keys do not dispatch keypress events even if there is no default handler.
3 To test manually, press arrow keys and verify that no keypress events are logged.
5 target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - location - keyCode - charCode
6 BODY - keydown - false,false,false,false - Left - DOM_KEY_LOCATION_STANDARD - 37 - 0
7 BODY - keyup - false,false,false,false - Left - DOM_KEY_LOCATION_STANDARD - 37 - 0