| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| index eb51cdb99927eba5084d5816ef2ed7d006db0878..8bc7d9db044e96e01bab3dcfe86b4fe15f57fe66 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| @@ -126,7 +126,7 @@
|
| <paper-icon-button id="icon" icon="cr:search" title="[[label]]"
|
| tabindex$="[[computeIconTabIndex_(narrow)]]">
|
| </paper-icon-button>
|
| - <paper-input-container on-search="onSearchTermSearch"
|
| + <paper-input-container id="searchTerm" on-search="onSearchTermSearch"
|
| on-keydown="onSearchTermKeydown" no-label-float>
|
| <label id="prompt" for="searchInput">[[label]]</label>
|
| <input is="iron-input" id="searchInput" type="search"
|
|
|