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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp

Issue 2206323002: List items should not be clickable unless they have a mouse listener attached. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed blank line in test expectations file. Created 4 years, 4 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 | « third_party/WebKit/LayoutTests/accessibility/press-works-on-control-types-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
index 369c698d49d2110cfbf4f75847053dc6c4230762..8c451a694e8f8edfe7d1d2d57e2c6e3c16559279 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
@@ -1993,7 +1993,6 @@ Element* AXNodeObject::actionElement() const
case MenuItemRole:
case MenuItemCheckBoxRole:
case MenuItemRadioRole:
- case ListItemRole:
return toElement(node);
default:
break;
« no previous file with comments | « third_party/WebKit/LayoutTests/accessibility/press-works-on-control-types-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698