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

Unified Diff: content/shell/test_runner/web_ax_object_proxy.h

Issue 2788523002: Finish all string attributes for Accessibility Object Model Phase 1. (Closed)
Patch Set: Test that checked works with true/false, not only 'true' and 'false' Created 3 years, 9 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/test_runner/web_ax_object_proxy.h
diff --git a/content/shell/test_runner/web_ax_object_proxy.h b/content/shell/test_runner/web_ax_object_proxy.h
index 8a24cf1ee74948700bf58d6d240a75e44e8a45ed..ae0255a6e6dabf749eab2d6e030aa2e85919d53b 100644
--- a/content/shell/test_runner/web_ax_object_proxy.h
+++ b/content/shell/test_runner/web_ax_object_proxy.h
@@ -117,7 +117,15 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
unsigned int ColorValue();
std::string FontFamily();
float FontSize();
+ std::string Autocomplete();
+ std::string Current();
+ std::string Invalid();
+ std::string KeyShortcuts();
+ std::string Live();
std::string Orientation();
+ std::string Relevant();
+ std::string RoleDescription();
+ std::string Sort();
int PosInSet();
int SetSize();
int ClickPointX();
« no previous file with comments | « no previous file | content/shell/test_runner/web_ax_object_proxy.cc » ('j') | content/shell/test_runner/web_ax_object_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698