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

Side by Side Diff: LayoutTests/fast/events/keydown-numlock-standard-location-expected.txt

Issue 22831043: KeyboardEvent.location should be DOM_KEY_LOCATION_STANDARD for Num Lock key (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove mention of DRT Created 7 years, 3 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
(Empty)
1
2 Checks that KeyboardEvent.location is DOM_KEY_LOCATION_STANDARD for NumLock key.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS lastKeyboardEvent.type is "keydown"
8 PASS lastKeyboardEvent.keyCode is VKEY_NUMLOCK
9 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/keydown-numlock-standard-location.html ('k') | Source/testing/runner/EventSender.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698