Index: Source/web/tests/TouchActionTest.cpp |
diff --git a/Source/web/tests/TouchActionTest.cpp b/Source/web/tests/TouchActionTest.cpp |
index 9cb4f7c3513d232af60559ef933150aee7c593b9..c9335ce131137ff296835c12fadd4497d4d48d62 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; |