OLD | NEW |
1 Tests KeyboardEvent.key attribute | 1 Tests KeyboardEvent.key attribute |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Modifier Keys | 6 Modifier Keys |
7 PASS lastKeyboardUpEvent.key is 'Control' | 7 PASS lastKeyboardUpEvent.key is 'Control' |
8 PASS lastKeyboardDownEvent.key is 'Control' | 8 PASS lastKeyboardDownEvent.key is 'Control' |
9 PASS lastKeyboardDownEvent.key is 'Shift' | 9 PASS lastKeyboardDownEvent.key is 'Shift' |
10 PASS lastKeyboardDownEvent.key is 'Shift' | 10 PASS lastKeyboardDownEvent.key is 'Shift' |
(...skipping 30 matching lines...) Expand all Loading... |
41 PASS lastKeyboardDownEvent.key is 'F6' | 41 PASS lastKeyboardDownEvent.key is 'F6' |
42 PASS lastKeyboardDownEvent.key is 'F12' | 42 PASS lastKeyboardDownEvent.key is 'F12' |
43 UI Keys | 43 UI Keys |
44 PASS lastKeyboardDownEvent.key is 'Escape' | 44 PASS lastKeyboardDownEvent.key is 'Escape' |
45 PASS lastKeyboardUpEvent.key is 'Escape' | 45 PASS lastKeyboardUpEvent.key is 'Escape' |
46 PASS lastKeyboardDownEvent.key is 'MediaApps' | 46 PASS lastKeyboardDownEvent.key is 'MediaApps' |
47 PASS successfullyParsed is true | 47 PASS successfullyParsed is true |
48 | 48 |
49 TEST COMPLETE | 49 TEST COMPLETE |
50 - | 50 - |
OLD | NEW |