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 |
+ |