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/js-keyboard-event-creation-expected.txt

Issue 20986003: Define DOM_KEY_LOCATION_* constants on KeyboardEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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 that DOMKeyboardEvents are created correctly in the JavaScript API. 2 This tests that DOMKeyboardEvents are created correctly in the JavaScript API.
3 3
4 keydown - key: U+0009@0 (keyCode/charCode: 9/0) modifiers: false,false,false,fal se 4 keydown - key: U+0009@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifier s: false,false,false,false
5 5
6 keyup - key: U+0009@0 (keyCode/charCode: 9/0) modifiers: false,false,true,false 6 keyup - key: U+0009@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifiers: false,false,true,false
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/js-keyboard-event-creation.html ('k') | LayoutTests/fast/events/keyboardevent-location-constants.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698