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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/keydown-numlock-standard-location-expected.txt
diff --git a/LayoutTests/fast/events/keydown-numlock-standard-location-expected.txt b/LayoutTests/fast/events/keydown-numlock-standard-location-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b8e7edb7df89061cf29a486d4fbc206f06eaf5ae
--- /dev/null
+++ b/LayoutTests/fast/events/keydown-numlock-standard-location-expected.txt
@@ -0,0 +1,13 @@
+
+Checks that KeyboardEvent.location is DOM_KEY_LOCATION_STANDARD for NumLock key.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS lastKeyboardEvent.type is "keydown"
+PASS lastKeyboardEvent.keyCode is VKEY_NUMLOCK
+PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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