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

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

Issue 2707263011: Test aria-pressed=mixed on windows (Closed)
Patch Set: git cl try Created 3 years, 7 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 9d5f0a0d7acaa0d699ea3ec707de9946367f8751..369dd392bbabcd5fe69bcd42f7c2a005775121bb 100644
--- a/content/shell/test_runner/web_ax_object_proxy.h
+++ b/content/shell/test_runner/web_ax_object_proxy.h
@@ -107,7 +107,8 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
bool IsMultiSelectable();
bool IsSelectedOptionActive();
bool IsExpanded();
- bool IsChecked();
+ std::string CheckedState();
+ std::string PressedState();
bool IsVisible();
bool IsOffScreen();
bool IsCollapsed();
@@ -139,7 +140,6 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
int32_t ColumnCount();
int32_t ColumnHeadersCount();
bool IsClickable();
- bool IsButtonStateMixed();
float BoundsX();
float BoundsY();
float BoundsWidth();
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/shell/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698