| Index: chrome/test/data/webui/history_browsertest.js
|
| diff --git a/chrome/test/data/webui/history_browsertest.js b/chrome/test/data/webui/history_browsertest.js
|
| index 267e5a3c0d16326d60ba291ae4dc54d2da03b765..b04f45d032b751b40f149e312272ef2f2110064b 100644
|
| --- a/chrome/test/data/webui/history_browsertest.js
|
| +++ b/chrome/test/data/webui/history_browsertest.js
|
| @@ -142,6 +142,8 @@ BaseHistoryWebUITest.prototype = {
|
|
|
| /** @override */
|
| typedefCppFixture: 'HistoryUIBrowserTest',
|
| + runAccessibilityChecks: true,
|
| + accessibilityIssuesAreErrors: true,
|
|
|
| isAsync: true,
|
| };
|
|
|