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

Unified Diff: components/test_runner/web_ax_object_proxy.cc

Issue 651133003: Make HTML5 <mark> accessible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating mac expectations Created 5 years, 6 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/common/extensions/api/automation.idl ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_ax_object_proxy.cc
diff --git a/components/test_runner/web_ax_object_proxy.cc b/components/test_runner/web_ax_object_proxy.cc
index 125507be8688d29e7aac3825946036665414cde0..4ed30f2c44ff2f737e8eacd565882a5ad4a9af0c 100644
--- a/components/test_runner/web_ax_object_proxy.cc
+++ b/components/test_runner/web_ax_object_proxy.cc
@@ -132,6 +132,8 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("Log");
case blink::WebAXRoleMain:
return result.append("Main");
+ case blink::WebAXRoleMark:
+ return result.append("Mark");
case blink::WebAXRoleMarquee:
return result.append("Marquee");
case blink::WebAXRoleMath:
« no previous file with comments | « chrome/common/extensions/api/automation.idl ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698