| Index: Source/web/tests/TouchActionTest.cpp
|
| diff --git a/Source/web/tests/TouchActionTest.cpp b/Source/web/tests/TouchActionTest.cpp
|
| index e54bd047b9d6b4540500da353b05d588ee39d0b0..7ad26df565eeacad354cbda290ab4cdae2c8bcd8 100644
|
| --- a/Source/web/tests/TouchActionTest.cpp
|
| +++ b/Source/web/tests/TouchActionTest.cpp
|
| @@ -169,7 +169,7 @@ WebView* TouchActionTest::setupTest(std::string file, TouchActionTrackingWebView
|
| WebView* webView = m_webViewHelper.initializeAndLoad(m_baseURL + file, true, 0, &client);
|
|
|
| // Set size to enable hit testing, and avoid line wrapping for consistency with browser.
|
| - webView->resize(WebSize(700, 1000));
|
| + webView->resize(WebSize(800, 1200));
|
|
|
| // Scroll to verify the code properly transforms windows to client co-ords.
|
| const int kScrollOffset = 100;
|
|
|