Index: chrome/browser/resources/history/history.js |
diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js |
index 4002ba4393a27ec9527da70cc036bc4be57be2dd..587e6c7f693f84d9daafe3d149ac587a310c2495 100644 |
--- a/chrome/browser/resources/history/history.js |
+++ b/chrome/browser/resources/history/history.js |
@@ -231,6 +231,7 @@ Visit.prototype.getResultDOM = function(propertyBag) { |
dropDown.value = 'Open action menu'; |
dropDown.title = loadTimeData.getString('actionMenuDescription'); |
dropDown.setAttribute('menu', '#action-menu'); |
+ dropDown.setAttribute('aria-haspopup', 'true'); |
cr.ui.decorate(dropDown, MenuButton); |
dropDown.addEventListener('mousedown', setActiveVisit); |