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

Unified Diff: LayoutTests/fast/events/keydown-menu-key-expected.txt

Issue 232573002: Deliver Menu key event after sending context menu event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Layout test for menu key event Created 6 years, 8 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
« no previous file with comments | « LayoutTests/fast/events/keydown-menu-key.html ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « LayoutTests/fast/events/keydown-menu-key.html ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698