Index: chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc |
diff --git a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc |
index f60a187b21fdda21b4274f61c545347a7d2ab352..7b2e7e55abd7047d4fcbef855836495e4b14efe3 100644 |
--- a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc |
+++ b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc |
@@ -392,8 +392,8 @@ class WebViewInteractiveTestBase : public extensions::PlatformAppBrowserTest { |
LOG(INFO) << "DIFF: x = " << diff.x() << ", y = " << diff.y(); |
const int left_spacing = 40 + padding.x(); // div.style.paddingLeft = 40px. |
- // div.style.paddingTop = 50px + (input box height = 26px). |
- const int top_spacing = 50 + 26 + padding.y(); |
+ // div.style.paddingTop = 60px + (input box height = 26px). |
+ const int top_spacing = 60 + 26 + padding.y(); |
// If the popup is placed within |threshold_px| of the expected position, |
// then we consider the test as a pass. |