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

Unified Diff: chrome/test/data/webui/net_internals/net_internals_test.js

Issue 1481723002: Revert of [a11y] Bring accessibility-audit up to date: v2.10.0 release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/test/data/webui/history_browsertest.js ('k') | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/net_internals_test.js
diff --git a/chrome/test/data/webui/net_internals/net_internals_test.js b/chrome/test/data/webui/net_internals/net_internals_test.js
index b381ec82a776d2e5ee6b3195c3e0c3d8e98e1e61..56bc93f61c1d2020280c025a8d30a67e1eb7a59a 100644
--- a/chrome/test/data/webui/net_internals/net_internals_test.js
+++ b/chrome/test/data/webui/net_internals/net_internals_test.js
@@ -56,8 +56,6 @@
isAsync: true,
setUp: function() {
- testing.Test.prototype.setUp.call(this);
-
// Enforce accessibility auditing, but suppress some false positives.
this.accessibilityIssuesAreErrors = true;
// False positive because a unicode character is used to draw a square.
@@ -80,25 +78,6 @@
// https://github.com/GoogleChrome/accessibility-developer-tools/issues/69
this.accessibilityAuditConfig.auditRulesToIgnore.push(
'focusableElementNotVisibleAndNotAriaHidden');
-
- var controlsWithoutLabelSelectors = [
- '#export-view-user-comments',
- '#hsts-view-add-input',
- '#hsts-view-delete-input',
- '#hsts-view-query-input',
- ];
-
- // Enable when failure is resolved.
- // AX_TEXT_01: http://crbug.com/559203
- this.accessibilityAuditConfig.ignoreSelectors(
- 'controlsWithoutLabel',
- controlsWithoutLabelSelectors);
-
- // Enable when warning is resolved.
- // AX_HTML_01: http://crbug.com/559204
- this.accessibilityAuditConfig.ignoreSelectors(
- 'humanLangMissing',
- 'html');
// Wrap g_browser.receive around a test function so that assert and expect
// functions can be called from observers.
« no previous file with comments | « chrome/test/data/webui/history_browsertest.js ('k') | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698