Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / arrow-keys-on-body-expected.txt
1 Test that arrow keys do not dispatch keypress events even if there is no default handler.
2
3 To test manually, press arrow keys and verify that no keypress events are logged.
4
5 target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyLocation - 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
8