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

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

Issue 1046883002: Use multiline attribute to check for IA2_STATE_MULTILINE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing textarea Created 5 years, 8 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 1f29c4fa528eb6a82856cda6d650d84dacb1c4fc..e37b8dadd5e0b5f8552fc26cc6648f5ed7df8afe 100644
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.cc
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.cc
@@ -226,8 +226,6 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("TableHeaderContainer");
case blink::WebAXRoleTable:
return result.append("Table");
- case blink::WebAXRoleTextArea:
- return result.append("TextArea");
case blink::WebAXRoleTextField:
return result.append("TextField");
case blink::WebAXRoleTime:
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/test/data/accessibility/html/textarea.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698