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

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

Issue 2436063002: [Aria tests] Disable a flaky rule (AX_ARIA_08) (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | 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 a283c88bc536f23ae96c13e7b1ec8011c3b07f83..c089715f5644275848e890d3e42625bcad098dc9 100644
--- a/chrome/test/data/webui/test_api.js
+++ b/chrome/test/data/webui/test_api.js
@@ -211,6 +211,9 @@ var testing = {};
// TODO(apacible): re-enable when following issue is fixed.
// github.com/GoogleChrome/accessibility-developer-tools/issues/251
"tableHasAppropriateHeaders",
+
+ // TODO(crbug.com/657514): This rule is flaky on Linux/ChromeOS.
+ "requiredOwnedAriaRoleMissing",
];
}
return this.accessibilityAuditConfig_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698