| Index: chrome/test/data/webui/md_history/md_history_focus_test.js
|
| diff --git a/chrome/test/data/webui/md_history/md_history_focus_test.js b/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| index fcd0b9df3177866dd0e83d6161b73a67e6e44b95..864c1bcc90a4dc77e47fa68c97e509117c5a5b28 100644
|
| --- a/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| +++ b/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| @@ -52,7 +52,7 @@ TEST_F('MaterialHistoryFocusTest', 'All', function() {
|
| });
|
|
|
| test('search bar is focused on load in wide mode', function() {
|
| - toolbar.$['main-toolbar'].narrow_ = false;
|
| + toolbar.$['main-toolbar'].narrow = false;
|
|
|
| historyResult(createHistoryInfo(), []);
|
| return PolymerTest.flushTasks().then(() => {
|
| @@ -65,7 +65,7 @@ TEST_F('MaterialHistoryFocusTest', 'All', function() {
|
| });
|
|
|
| test('search bar is not focused on load in narrow mode', function() {
|
| - toolbar.$['main-toolbar'].narrow_ = true;
|
| + toolbar.$['main-toolbar'].narrow = true;
|
|
|
| historyResult(createHistoryInfo(), []);
|
| return PolymerTest.flushTasks().then(() => {
|
|
|