Index: LayoutTests/fast/events/keydown-menu-key-expected.txt |
diff --git a/LayoutTests/fast/events/keydown-menu-key-expected.txt b/LayoutTests/fast/events/keydown-menu-key-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a9e3a74180c1eb277e2d955fb4a9d21b16e07fbc |
--- /dev/null |
+++ b/LayoutTests/fast/events/keydown-menu-key-expected.txt |
@@ -0,0 +1,5 @@ |
+This test verifies the keycode sent when we press Menu key. This test applies only to Linux and Windows. |
tkent
2014/04/16 05:18:40
Please add this to LayoutTests/NeverFixTests for M
anish.p
2014/04/16 06:50:26
Done.
|
+ |
+ |
+Type=keydown,keyCode=93,ctrlKey=false,shiftKey=false,altKey=false,metaKey=false |
+Type=keyup,keyCode=93,ctrlKey=false,shiftKey=false,altKey=false,metaKey=false |
tkent
2014/04/16 05:18:40
We should verify the order of key events and conte
anish.p
2014/04/16 06:50:26
Done.
|