| Index: ui/webui/resources/js/cr/ui/tree.js
|
| diff --git a/ui/webui/resources/js/cr/ui/tree.js b/ui/webui/resources/js/cr/ui/tree.js
|
| index aa9199e9c2dadd42a6aa61f2164e799bc15842ad..484715c56e2394f93bab29d1e1d9dea91e8ae9ee 100644
|
| --- a/ui/webui/resources/js/cr/ui/tree.js
|
| +++ b/ui/webui/resources/js/cr/ui/tree.js
|
| @@ -57,6 +57,8 @@ cr.define('cr.ui', function() {
|
| this.addEventListener('mousedown', this.handleMouseDown);
|
| this.addEventListener('dblclick', this.handleDblClick);
|
| this.addEventListener('keydown', this.handleKeyDown);
|
| +
|
| + this.setAttribute('role', 'group');
|
| },
|
|
|
| /**
|
|
|