| Index: LayoutTests/fast/events/keyboardevent-location-constants-expected.txt
|
| diff --git a/LayoutTests/fast/events/keyboardevent-location-constants-expected.txt b/LayoutTests/fast/events/keyboardevent-location-constants-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..147c4a8888582f3c91c4ee98fa9475ca6be9752c
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/keyboardevent-location-constants-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +Tests that the DOM_KEY_LOCATION_* constants are defined on KeyboardEvent
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS KeyboardEvent.DOM_KEY_LOCATION_STANDARD is 0x00
|
| +PASS KeyboardEvent.DOM_KEY_LOCATION_LEFT is 0x01
|
| +PASS KeyboardEvent.DOM_KEY_LOCATION_RIGHT is 0x02
|
| +PASS KeyboardEvent.DOM_KEY_LOCATION_NUMPAD is 0x03
|
| +PASS KeyboardEvent.DOM_KEY_LOCATION_MOBILE is 0x04
|
| +PASS KeyboardEvent.DOM_KEY_LOCATION_JOYSTICK is 0x05
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|