| Index: Source/web/tests/WebViewTest.cpp
|
| diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp
|
| index 7960e46defeef04c6eeeb7fb73ce638d9c21bfe3..837d76ea892e8a9e7fa43d1902547a7d7abe4358 100644
|
| --- a/Source/web/tests/WebViewTest.cpp
|
| +++ b/Source/web/tests/WebViewTest.cpp
|
| @@ -1651,7 +1651,7 @@ TEST_F(WebViewTest, SmartClipData)
|
| webView->setPageScaleFactorLimits(1, 1);
|
| webView->resize(WebSize(500, 500));
|
| webView->layout();
|
| - WebRect cropRect(300, 125, 100, 50);
|
| + WebRect cropRect(300, 125, 152, 50);
|
| webView->extractSmartClipData(cropRect, clipText, clipHtml, clipRect);
|
| EXPECT_STREQ(kExpectedClipText, clipText.utf8().c_str());
|
| EXPECT_STREQ(kExpectedClipHtml, clipHtml.utf8().c_str());
|
|
|