Chromium Code Reviews| 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 c8a839c0b6e1d07ab6e1b6a86c883575165f4005..15b2349e863d414b21ab5f5f11115e8589aa3a40 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). |
|
Stephen Chennney
2016/05/10 18:40:22
The paddingTop in the test file is actually 60px,
lazyboy
2016/05/10 20:51:58
wow! thanks!
|
| + 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. |