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

Unified Diff: components/test_runner/web_ax_object_proxy.h

Issue 1162333003: Added supporting code for Blink layout tests for isContentRichlyEditable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed isContentRichlyEditable to isRichlyEditable. Created 5 years, 6 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 | components/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: components/test_runner/web_ax_object_proxy.h
diff --git a/components/test_runner/web_ax_object_proxy.h b/components/test_runner/web_ax_object_proxy.h
index b9abcaf27275d336a9a4c70645e312ae7525901c..1b8c4690598074ea359c42fa629d417d023fdb08 100644
--- a/components/test_runner/web_ax_object_proxy.h
+++ b/components/test_runner/web_ax_object_proxy.h
@@ -75,6 +75,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
int SelectionEndLineNumber();
bool IsEnabled();
bool IsRequired();
+ bool IsRichlyEditable();
bool IsFocused();
bool IsFocusable();
bool IsSelected();
« no previous file with comments | « no previous file | components/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698