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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html

Issue 1602443006: Set the correct buttons for long press action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html b/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html
index e4ec117cb340e6155eb5574e0a298dcfbc38b456..cc8ad65bc1bfbe51e752dad9836bc6862603a9ca 100644
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html
@@ -38,10 +38,7 @@ var testSet = [
{ initialButtons: [], action: doubleTapAction },
{ initialButtons: [], action: tapAction },
{ initialButtons: [], action: longPressAction, showContextMenuOnMouseUp: false },
-
- //TODO(nzolghadr): crbug.com/576281 "buttons" field should be set in mousedown and contextmenu events
{ initialButtons: [], action: longPressAction, showContextMenuOnMouseUp: true },
-
{ initialButtons: [], action: longTapAction, showContextMenuOnMouseUp: false },
{ initialButtons: [], action: longTapAction, showContextMenuOnMouseUp: true },
{ initialButtons: [], action: dragDropAction },
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698