Chromium Code Reviews

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: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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
+

Powered by Google App Engine