| 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..36cad2925c738ed97ff9509591c3a51d6c41b961 100644
|
| --- a/chrome/test/data/webui/history_browsertest.js
|
| +++ b/chrome/test/data/webui/history_browsertest.js
|
| @@ -143,6 +143,12 @@ BaseHistoryWebUITest.prototype = {
|
| /** @override */
|
| typedefCppFixture: 'HistoryUIBrowserTest',
|
|
|
| + /** @override */
|
| + runAccessibilityChecks: true,
|
| +
|
| + /** @override */
|
| + accessibilityIssuesAreErrors: true,
|
| +
|
| isAsync: true,
|
| };
|
|
|
|
|