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

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

Issue 709523002: AX_ROLE_HORIZONTAL_RULE is not required. (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
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/test/data/accessibility/hr.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cf04a57c922607cd492306e99f3df2eb5b078e57..d0f87bd1da519711c0c39e0ce145a0d33ee6bb83 100644
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.cc
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.cc
@@ -106,8 +106,6 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("Heading");
case blink::WebAXRoleHelpTag:
return result.append("HelpTag");
- case blink::WebAXRoleHorizontalRule:
- return result.append("HorizontalRule");
case blink::WebAXRoleIgnored:
return result.append("Ignored");
case blink::WebAXRoleImageMapLink:
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/test/data/accessibility/hr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698