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

Unified Diff: LayoutTests/platform/win/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: Fix for Layout test failure on windows 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/platform/win/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/platform/win/fast/events/keydown-menu-key-expected.txt
diff --git a/LayoutTests/platform/win/fast/events/keydown-menu-key-expected.txt b/LayoutTests/platform/win/fast/events/keydown-menu-key-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f51d514994571a377ea1b2713364787635e924ce
--- /dev/null
+++ b/LayoutTests/platform/win/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=keyup,keyCode=93,ctrlKey=false,shiftKey=false,altKey=false,metaKey=false
+Type=contextmenu,keyCode=3,ctrlKey=false,shiftKey=false,altKey=false,metaKey=false
« no previous file with comments | « LayoutTests/platform/win/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