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

Unified Diff: content/shell/renderer/test_runner/web_ax_object_proxy.cc

Issue 695133002: ARIA role math and HTML math element are not exposed correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: content/shell/renderer/test_runner/web_ax_object_proxy.cc
diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.cc b/content/shell/renderer/test_runner/web_ax_object_proxy.cc
index ca7264fd90dce9ffd3081572a59c15cfb59c11f2..cf04a57c922607cd492306e99f3df2eb5b078e57 100644
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.cc
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.cc
@@ -142,8 +142,6 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("Main");
case blink::WebAXRoleMarquee:
return result.append("Marquee");
- case blink::WebAXRoleMathElement:
- return result.append("MathElement");
case blink::WebAXRoleMath:
return result.append("Math");
case blink::WebAXRoleMatte:
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/test/data/accessibility/aria-math.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698