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

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

Issue 796373002: New API to test table headers at specified index. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjusting function names to the new API. Created 6 years 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 a7abc325c96a09735a42c71e92ff5ba2c1b738c0..6c734b688c4475bd744e3c7fd173945d067444bb 100644
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.h
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.h
@@ -106,6 +106,8 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
v8::Handle<v8::Object> ChildAtIndex(int index);
v8::Handle<v8::Object> ElementAtPoint(int x, int y);
v8::Handle<v8::Object> TableHeader();
+ v8::Handle<v8::Object> RowHeaderAtIndex(unsigned index);
+ v8::Handle<v8::Object> ColumnHeaderAtIndex(unsigned index);
std::string RowIndexRange();
std::string ColumnIndexRange();
v8::Handle<v8::Object> CellForColumnAndRow(int column, int row);
« 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