Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / keyboardevent-location-constants-expected.txt
blob9fd38a9cabbd62de323c408e0ee1c252c4063185
1 Tests that the DOM_KEY_LOCATION_* constants are defined on KeyboardEvent
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS KeyboardEvent.DOM_KEY_LOCATION_STANDARD is 0x00
7 PASS KeyboardEvent.DOM_KEY_LOCATION_LEFT is 0x01
8 PASS KeyboardEvent.DOM_KEY_LOCATION_RIGHT is 0x02
9 PASS KeyboardEvent.DOM_KEY_LOCATION_NUMPAD is 0x03
10 PASS successfullyParsed is true
12 TEST COMPLETE