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

Unified Diff: chrome/browser/ui/webui/options/options_browsertest_base.js

Issue 2236213002: Add quick unlock Settings in options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 4 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
Index: chrome/browser/ui/webui/options/options_browsertest_base.js
diff --git a/chrome/browser/ui/webui/options/options_browsertest_base.js b/chrome/browser/ui/webui/options/options_browsertest_base.js
index bca7c49c40efddcabbf7c5c9ce5f2efdbc4c4bdb..073c7dc847e1aaf65312e096f3647911811fb2a5 100644
--- a/chrome/browser/ui/webui/options/options_browsertest_base.js
+++ b/chrome/browser/ui/webui/options/options_browsertest_base.js
@@ -71,5 +71,16 @@ OptionsBrowsertestBase.prototype = {
// https://github.com/GoogleChrome/accessibility-developer-tools/issues/263
this.accessibilityAuditConfig.auditRulesToIgnore.push(
'duplicateId');
+
+ // Enable when failure is resolved.
+ // AX_ARIA_02: http://crbug.com/591547
+ this.accessibilityAuditConfig.ignoreSelectors(
+ 'nonExistentAriaRelatedElement', '#input');
+
+ // Enable when failure is resolved.
+ // AX_ARIA_04: http://crbug.com/591550
+ this.accessibilityAuditConfig.ignoreSelectors(
+ 'badAriaAttributeValue', '#input');
+
},
};
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/browser/ui/webui/options/options_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698