Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
index 83d89112ac525bbcf2a0527cd71bbd2811e5e0f6..9233d8478688d77656eea45c85127cf6309edf77 100644 |
--- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
@@ -3657,6 +3657,7 @@ TEST_P(ParameterizedWebFrameTest, BlockBoundTest) { |
FrameTestHelpers::WebViewHelper webViewHelper; |
webViewHelper.initializeAndLoad(m_baseURL + "block_bound.html", false, |
nullptr, nullptr, nullptr, configureAndroid); |
+ webViewHelper.resize(WebSize(300, 300)); |
IntRect rectBack = IntRect(0, 0, 200, 200); |
IntRect rectLeftTop = IntRect(10, 10, 80, 80); |