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

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

Issue 1807803002: [Media Router WebUI] Handle on dialog load focus on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per imcheng@'s comments. 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_header/media_router_header.js ('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 c2afb9d762f88dc713dd9b45b3ebc58a5b4de70e..3b9a65d5341d543ea4ff049e8600873850ea6c50 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
@@ -73,6 +73,12 @@ MediaRouterElementsBrowserTest.prototype = {
// 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.
+ this.accessibilityAuditConfig.ignoreSelectors(
+ 'focusableElementNotVisibleAndNotAriaHidden', '#focus-placeholder');
},
};
« no previous file with comments | « chrome/browser/resources/media_router/elements/media_router_header/media_router_header.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698