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

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

Issue 714063002: ARIA role spinbutton should expose AXRole as AXIncrementor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing input-type number changes 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 6076702d3ffde7da94d0f190eaa18e0a8195ec5f..9771d5dc5b7716710429c7fd1689d63cc824793c 100644
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.cc
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.cc
@@ -114,8 +114,6 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("ImageMap");
case blink::WebAXRoleImage:
return result.append("Image");
- case blink::WebAXRoleIncrementor:
- return result.append("Incrementor");
case blink::WebAXRoleInlineTextBox:
return result.append("InlineTextBox");
case blink::WebAXRoleLabel:
« no previous file with comments | « content/renderer/accessibility/blink_ax_enum_conversion.cc ('k') | content/test/data/accessibility/aria-spinbutton.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698