| Index: content/browser/renderer_host/input/touch_action_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_action_browsertest.cc b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| index af1ad92b5d42d7159b19786ca0e12ef389fe7aea..b63e2f76487d043c24c227ec8fdc0f6291ccd37a 100644
|
| --- a/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| @@ -51,7 +51,7 @@ const char kTouchActionDataURL[] =
|
| " width: 96px;"
|
| " border: 2px solid blue;"
|
| "}"
|
| - ".spacer { height: 1000px; }"
|
| + ".spacer { height: 10000px; }"
|
| ".ta-none { touch-action: none; }"
|
| "</style>"
|
| "<div class=box></div>"
|
| @@ -138,7 +138,7 @@ class TouchActionBrowserTest : public ContentBrowserTest {
|
|
|
| int scrollHeight = ExecuteScriptAndExtractInt(
|
| "document.documentElement.scrollHeight");
|
| - EXPECT_EQ(1200, scrollHeight);
|
| + EXPECT_EQ(10200, scrollHeight);
|
|
|
| scoped_refptr<FrameWatcher> frame_watcher(new FrameWatcher());
|
| frame_watcher->AttachTo(shell()->web_contents());
|
|
|