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

Unified Diff: chrome/test/data/webui/media_router/media_router_elements_browsertest.js

Issue 1783553005: [Media Router WebUI] Fix AX_TEXT_04 and AX_FOCUS_01 warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/media_router/media_router_elements_browsertest.js
diff --git a/chrome/test/data/webui/media_router/media_router_elements_browsertest.js b/chrome/test/data/webui/media_router/media_router_elements_browsertest.js
index eae673a463ab3d7c99c215b128c612e2b6b0a859..f1bb0be9d79a0e15572b992637ec91caa935460b 100644
--- a/chrome/test/data/webui/media_router/media_router_elements_browsertest.js
+++ b/chrome/test/data/webui/media_router/media_router_elements_browsertest.js
@@ -69,16 +69,6 @@ MediaRouterElementsBrowserTest.prototype = {
// AX_ARIA_08: http://crbug.com/591552
this.accessibilityAuditConfig.ignoreSelectors(
'requiredOwnedAriaRoleMissing', requiredOwnedAriaRoleMissingSelectors);
-
- // Enable when warning is resolved.
- // AX_FOCUS_01: http://crbug.com/591553
- this.accessibilityAuditConfig.ignoreSelectors(
- 'focusableElementNotVisibleAndNotAriaHidden', '#device-missing > A');
-
- // Enable when warning is resolved.
- // AX_TEXT_04: http://crbug.com/591554
- this.accessibilityAuditConfig.ignoreSelectors(
- 'linkWithUnclearPurpose', '#device-missing > A');
},
};
« no previous file with comments | « chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698