Chromium Code Reviews| 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 d8792ead582a46b16b57ad31720e96a98359ae20..d7fe7fdf1b097d4dce05a6a330e24473cdda4f05 100644 |
| --- a/chrome/test/data/webui/history_browsertest.js |
| +++ b/chrome/test/data/webui/history_browsertest.js |
| @@ -775,6 +775,17 @@ HistoryWebUIRealBackendTest.prototype = { |
| // Add a visit on the next day. |
| GEN(' AddPageToHistory(36, "http://google.com", "Google");'); |
| }, |
| + |
| + /** @override */ |
| + setUp: function() { |
| + BaseHistoryWebUITest.prototype.setUp.call(this); |
| + |
| + // Enable when failure is resolved. |
| + // AX_TEXT_04: http://crbug.com/560914 |
| + this.accessibilityAuditConfig.ignoreSelectors( |
| + 'linkWithUnclearPurpose', |
| + '#notification-bar > A'); |
|
Dan Beam
2015/11/24 23:24:26
indent wrong
apacible
2015/11/25 19:13:53
Done.
|
| + }, |
| }; |
| /** |