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

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

Issue 592683002: Adds conversion rule for WebAXRoleNone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding expectations for Mac and android Created 6 years, 3 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
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 bb0c31a5077c32d0ad5078fd3acacf63c32c323d..af70593ae51b830f21de30e7dfe677fb14dc8013 100644
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.cc
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.cc
@@ -148,6 +148,8 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("Menu");
case blink::WebAXRoleNavigation:
return result.append("Navigation");
+ case blink::WebAXRoleNone:
+ return result.append("None");
case blink::WebAXRoleNote:
return result.append("Note");
case blink::WebAXRoleOutline:
« no previous file with comments | « content/renderer/accessibility/blink_ax_enum_conversion.cc ('k') | content/test/data/accessibility/aria-none.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698