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 }, |