ap@webkit.org | 6a50667 | 2007-12-11 19:11:46 +0000 | [diff] [blame] | 1 | |
aroben | 92b8141 | 2006-10-19 00:11:57 +0000 | [diff] [blame] | 2 | This tests that DOMKeyboardEvents are created correctly in the JavaScript API. |
| 3 | |
ch.dumez@sisa.samsung.com | 25c754f | 2013-08-12 19:47:09 +0000 | [diff] [blame] | 4 | keydown - key: U+0009@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifiers: false,false,false,false |
aroben | 92b8141 | 2006-10-19 00:11:57 +0000 | [diff] [blame] | 5 | |
ch.dumez@sisa.samsung.com | 25c754f | 2013-08-12 19:47:09 +0000 | [diff] [blame] | 6 | keyup - key: U+0009@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifiers: false,false,true,false |