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

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

Issue 1849283004: [Media Router WebUI] Resolve AX_ARIA_08 failure. (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 3b9a65d5341d543ea4ff049e8600873850ea6c50..82ad2bc2a7ee0b5d86d5d19191e5cd329e00ac15 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
@@ -64,16 +64,6 @@ MediaRouterElementsBrowserTest.prototype = {
this.accessibilityAuditConfig.ignoreSelectors(
'badAriaAttributeValue', '#input');
- var requiredOwnedAriaRoleMissingSelectors = [
- '#cast-mode-list',
- '#sink-list'
- ];
-
- // Enable when failure is resolved.
- // AX_ARIA_08: http://crbug.com/591552
- this.accessibilityAuditConfig.ignoreSelectors(
- 'requiredOwnedAriaRoleMissing', requiredOwnedAriaRoleMissingSelectors);
-
// This element is used as a focus placeholder on dialog open, then
// deleted. The user will be unable to tab to it. Remove when there is a
// long term fix.
« 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