Key Navigation - Key Event Test
[Test Objective]
Verify that the browser supports "keyEvent"
This test is for verifying "5.4.1 Key-event" part in CEA-2014-B specification, especially "navigation" event
e.g > up, down, left, right
[Test Step]
1. Move focus to "Input Event" field
2. Press the "Up" key
3. Press the "Down" key
4. Press the "Left" key
5. Press the "Right" key
[Expected Result]
2. It should display correct keycode '38'
3. It should display correct keycode '40'
4. It should display correct keycode '37'
5. It should display correct keycode '39'
[Additional Information]
Virtual Key Codes
VK_UP | 38 |
VK_DOWN | 40 |
VK_LEFT | 37 |
VK_RIGHT | 39 |
Input Event :