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 d49ee8b6b9cfc573ece8254429228a616de20c84..d8792ead582a46b16b57ad31720e96a98359ae20 100644 |
--- a/chrome/test/data/webui/history_browsertest.js |
+++ b/chrome/test/data/webui/history_browsertest.js |
@@ -775,17 +775,6 @@ |
// 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'); |
- }, |
}; |
/** |