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

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: Changes per dbeam@'s comment. 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..d49ee8b6b9cfc573ece8254429228a616de20c84 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');
+ },
};
/**
« no previous file with comments | « chrome/test/data/chromeos/oobe_webui_browsertest.js ('k') | chrome/test/data/webui/net_internals/net_internals_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698