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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-document-pinch-zoom.html

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fixing tests Created 3 years, 7 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: third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-document-pinch-zoom.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-document-pinch-zoom.html b/third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-document-pinch-zoom.html
index eff0c4f3397b34ab46ab098ea25301c176c915d3..f9d98a6da115c69c41d3fdeeb373f96c29783cd4 100644
--- a/third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-document-pinch-zoom.html
+++ b/third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-document-pinch-zoom.html
@@ -14,7 +14,7 @@ var visualViewportContentX = 400;
var visualViewportContentY = 300;
var scale = 2;
-// Should match the static const in EventHandler::sendContextMenuEventForKey
+// Should match the static const in EventHandler::ShowNonLocatedContextMenu
var kContextMenuMargin = 1;
var expectedX;

Powered by Google App Engine
This is Rietveld 408576698