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

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

Issue 2867103005: Merge to M59: Revert "Fix computation of Automation API location offsets in WebViews." (Closed)
Patch Set: 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
« 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 8ccffdc858ad281a1e96600de28db1ea3da0ca6d..0c1a5ee6e4b9df95bf73024d6841a95eb5e5ae70 100644
--- a/chrome/browser/extensions/api/automation/automation_apitest.cc
+++ b/chrome/browser/extensions/api/automation/automation_apitest.cc
@@ -210,11 +210,6 @@ 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