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

Unified Diff: chrome/browser/extensions/api/automation/automation_apitest.cc

Issue 2762373002: Fix computation of Automation API location offsets in WebViews. (Closed)
Patch Set: Only run new test on chromeos because of required perms 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/automation_internal/automation_internal_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/automation/automation_apitest.cc
diff --git a/chrome/browser/extensions/api/automation/automation_apitest.cc b/chrome/browser/extensions/api/automation/automation_apitest.cc
index e5257a8303bdb582c3da267844d0ea86d6a04d6f..577468507a85445613dbcb9b7ce0fcaf90be3d87 100644
--- a/chrome/browser/extensions/api/automation/automation_apitest.cc
+++ b/chrome/browser/extensions/api/automation/automation_apitest.cc
@@ -210,6 +210,11 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, DesktopFocusViews) {
RunExtensionSubtest("automation/tests/desktop", "focus_views.html"))
<< message_;
}
+
+IN_PROC_BROWSER_TEST_F(AutomationApiTest, LocationInWebView) {
+ StartEmbeddedTestServer();
+ ASSERT_TRUE(RunPlatformAppTest("automation/tests/webview")) << message_;
+}
#endif
IN_PROC_BROWSER_TEST_F(AutomationApiTest, DesktopNotRequested) {
« no previous file with comments | « no previous file | chrome/browser/extensions/api/automation_internal/automation_internal_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698