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

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

Issue 290493004: Bring accessibility-audit up to date (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: rebase Created 6 years, 7 months 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
« no previous file with comments | « no previous file | third_party/accessibility-audit/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/test_api.js
diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js
index c16f362b44f2454b2ce072d01cc0b5525e986270..07510ae3ee6ee0c226b702b4c5681704c12eeafa 100644
--- a/chrome/test/data/webui/test_api.js
+++ b/chrome/test/data/webui/test_api.js
@@ -142,6 +142,8 @@ var testing = {};
if (!this.accessibilityAuditConfig_) {
this.accessibilityAuditConfig_ = new axs.AuditConfiguration();
+ this.accessibilityAuditConfig_.showUnsupportedRulesWarning = false;
+
this.accessibilityAuditConfig_.auditRulesToIgnore = [
// The "elements with meaningful background image" accessibility
// audit (AX_IMAGE_01) does not apply, since Chrome doesn't
« no previous file with comments | « no previous file | third_party/accessibility-audit/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698