Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: LayoutTests/fast/events/keydown-leftright-keys-expected.txt

Issue 20986003: Define DOM_KEY_LOCATION_* constants on KeyboardEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 This tests keyboard events with KeyLocationCode argument. 2 This tests keyboard events with KeyLocationCode argument.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS lastKeyboardEvent.type is "keydown" 7 PASS lastKeyboardEvent.type is "keydown"
8 PASS lastKeyboardEvent.keyCode is 16 8 PASS lastKeyboardEvent.keyCode is 16
9 PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT 9 PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_LEFT
10 PASS lastKeyboardEvent.type is "keydown" 10 PASS lastKeyboardEvent.type is "keydown"
11 PASS lastKeyboardEvent.keyCode is 17 11 PASS lastKeyboardEvent.keyCode is 17
12 PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT 12 PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_LEFT
13 PASS lastKeyboardEvent.type is "keydown" 13 PASS lastKeyboardEvent.type is "keydown"
14 PASS lastKeyboardEvent.keyCode is 18 14 PASS lastKeyboardEvent.keyCode is 18
15 PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT 15 PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_LEFT
16 PASS lastKeyboardEvent.type is "keydown" 16 PASS lastKeyboardEvent.type is "keydown"
17 PASS lastKeyboardEvent.keyCode is 16 17 PASS lastKeyboardEvent.keyCode is 16
18 PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT 18 PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
19 PASS lastKeyboardEvent.type is "keydown" 19 PASS lastKeyboardEvent.type is "keydown"
20 PASS lastKeyboardEvent.keyCode is 17 20 PASS lastKeyboardEvent.keyCode is 17
21 PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT 21 PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
22 PASS lastKeyboardEvent.type is "keydown" 22 PASS lastKeyboardEvent.type is "keydown"
23 PASS lastKeyboardEvent.keyCode is 18 23 PASS lastKeyboardEvent.keyCode is 18
24 PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT 24 PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
25 PASS successfullyParsed is true 25 PASS successfullyParsed is true
26 26
27 TEST COMPLETE 27 TEST COMPLETE
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698