Index: LayoutTests/platform/linux/fast/events/keydown-menu-key-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/events/keydown-menu-key-expected.txt b/LayoutTests/platform/linux/fast/events/keydown-menu-key-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e8ba6f34184a9a98796e59b8a7d6761303fc5345 |
--- /dev/null |
+++ b/LayoutTests/platform/linux/fast/events/keydown-menu-key-expected.txt |
@@ -0,0 +1,6 @@ |
+This test verifies the keycode sent when we press Menu key. This test applies only to Linux and Windows. |
+ |
+ |
+Type=keydown,keyCode=93,ctrlKey=false,shiftKey=false,altKey=false,metaKey=false |
+Type=contextmenu,keyCode=3,ctrlKey=false,shiftKey=false,altKey=false,metaKey=false |
+Type=keyup,keyCode=93,ctrlKey=false,shiftKey=false,altKey=false,metaKey=false |