| 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 00c8ceaf67452bd3ccb2fc9d4e40cf42d39f8198..572855094295f20e6d6154c73fa852ab8e4a55e3 100644
|
| --- a/chrome/browser/resources/md_bookmarks/list.html
|
| +++ b/chrome/browser/resources/md_bookmarks/list.html
|
| @@ -37,7 +37,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]]">
|
|
|