| Index: chrome/test/data/webui/md_history/md_history_browsertest.js
|
| diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| index e8b5cb130c1619e556849c496d95f21902f436d5..50bac182272fe44377d5a624224c130a184d4d43 100644
|
| --- a/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| +++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| @@ -84,6 +84,11 @@ TEST_F('MaterialHistoryBrowserTest', 'HistoryToolbarTest', function() {
|
| mocha.run();
|
| });
|
|
|
| +TEST_F('MaterialHistoryBrowserTest', 'HistoryToolbarFocusTest', function() {
|
| + md_history.history_toolbar_focus_test.registerTests();
|
| + mocha.run();
|
| +});
|
| +
|
| TEST_F('MaterialHistoryBrowserTest', 'HistoryOverflowMenuTest', function() {
|
| md_history.history_overflow_menu_test.registerTests();
|
| mocha.run();
|
|
|