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 dc8afaf5520208131fcd557a44f3ae0f37980eba..b87e6fe555f94e566a7e4841a657f01b3dd62983 100644 |
--- a/chrome/test/data/webui/history_browsertest.js |
+++ b/chrome/test/data/webui/history_browsertest.js |
@@ -38,6 +38,9 @@ BaseHistoryWebUITest.prototype = { |
isAsync: true, |
+ runA11yChecks: false, |
+ a11yIssuesAreErrors: true, |
+ |
/** |
* Register handlers to stub out calls to the history backend. |
* @override |
@@ -107,6 +110,8 @@ TEST_F('BaseHistoryWebUITest', 'emptyHistory', function() { |
}); |
TEST_F('HistoryWebUITest', 'basicTest', function() { |
+ enableA11yChecks(); |
+ |
var resultCount = document.querySelectorAll('.entry').length; |
// Check that there are two days of entries. |