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

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

Issue 766143002: Fix contextmenu event location for menu key in an iframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding failure case for mac, as mac does not have menu key. Created 5 years, 11 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
Index: LayoutTests/fast/events/menu-key-context-menu-position-expected.txt
diff --git a/LayoutTests/fast/events/menu-key-context-menu-position-expected.txt b/LayoutTests/fast/events/menu-key-context-menu-position-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..31d9403d51698277fc7930d50d8f4beeb551bcf5
--- /dev/null
+++ b/LayoutTests/fast/events/menu-key-context-menu-position-expected.txt
@@ -0,0 +1,12 @@
+Verifies that when element is focused in frames then selection by menu key, context menu should come on focused element. Succeeds if context menu is coming on the focused element and event co-ordinates are at center of the elements bounding box.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS event.target is inputNode
+PASS event.clientX is X
+PASS event.clientY is Y
+

Powered by Google App Engine
This is Rietveld 408576698