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 8c71884bb48b2c83b388c3fb303389fe5a842c6b..347da315b55b1a048ba680c8452958bcbe7e1c56 100644 |
--- a/components/test_runner/web_ax_object_proxy.cc |
+++ b/components/test_runner/web_ax_object_proxy.cc |
@@ -25,6 +25,8 @@ std::string RoleToString(blink::WebAXRole role) |
{ |
std::string result = "AXRole: AX"; |
switch (role) { |
+ case blink::WebAXRoleAbbr: |
+ return result.append("Abbr"); |
case blink::WebAXRoleAlertDialog: |
return result.append("AlertDialog"); |
case blink::WebAXRoleAlert: |