Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8529)

Unified Diff: chrome/test/data/webui/history_browsertest.js

Issue 1447693002: [a11y] Bring accessibility-audit up to date: v2.10.0 release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the rest of the ChromeOS tests. File crbugs and update existing ones. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+ },
};
/**

Powered by Google App Engine
This is Rietveld 408576698