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

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

Issue 805793006: Provides API for testing number of table headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/web_ax_object_proxy.h
diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.h b/content/shell/renderer/test_runner/web_ax_object_proxy.h
index 1a800be5b3f9560c197cd07ed26c8d0f38e861b5..4a99a9e8950c6010e0c0d82e72a23a667550f009 100644
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.h
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.h
@@ -94,7 +94,9 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
int ClickPointX();
int ClickPointY();
int32_t RowCount();
+ int32_t RowHeadersCount();
int32_t ColumnCount();
+ int32_t ColumnHeadersCount();
bool IsClickable();
bool IsButtonStateMixed();
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698