| Index: chrome/browser/resources/md_bookmarks/list.html
|
| diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html
|
| index 94b5b308cd14be75b5d076106ccd9495d366c08a..ae6ee5e1d320a475efdf6e4f386b037230358286 100644
|
| --- a/chrome/browser/resources/md_bookmarks/list.html
|
| +++ b/chrome/browser/resources/md_bookmarks/list.html
|
| @@ -39,7 +39,7 @@
|
| }
|
| </style>
|
| <iron-list items="[[displayedList_]]" id="bookmarksCard"
|
| - hidden$="[[isEmptyList_(displayedList_.length)]]">
|
| + hidden$="[[isEmptyList_(displayedList_.length)]]" role="list">
|
| <template>
|
| <bookmarks-item item-id="[[item.id]]" draggable="true"
|
| tabindex$="[[tabIndex]]" iron-list-tab-index="[[tabIndex]]">
|
|
|