| OLD | NEW |
| 1 CONSOLE WARNING: line 23: 'KeyboardEvent.keyIdentifier' is deprecated and will b
e removed in M54, around October 2016. See https://www.chromestatus.com/features
/5316065118650368 for more details. | |
| 2 | 1 |
| 3 This tests that DOMKeyboardEvents are created correctly in the JavaScript API. | 2 This tests that DOMKeyboardEvents are created correctly in the JavaScript API. |
| 4 | 3 |
| 5 keydown - key: U+0009@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifier
s: false,false,false,false | 4 keydown - key: Tab@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifiers:
false,false,false,false |
| 6 | 5 |
| 7 keyup - key: U+0009@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifiers:
false,false,true,false | 6 keyup - key: Tab@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifiers: fa
lse,false,true,false |
| OLD | NEW |