Index: Source/web/tests/WebViewTest.cpp |
diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp |
index 2989695d443e2c8c19ea5f77c40e0faa56cfcf9b..7aea93428b3cda0f1003c0c732c0ef38b4f90c71 100644 |
--- a/Source/web/tests/WebViewTest.cpp |
+++ b/Source/web/tests/WebViewTest.cpp |
@@ -1615,7 +1615,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); |
trchen
2014/09/17 07:02:57
Note: We had a bit rot in Ahem.ttf that it was nev
|
webView->extractSmartClipData(cropRect, clipText, clipHtml, clipRect); |
EXPECT_STREQ(kExpectedClipText, clipText.utf8().c_str()); |
EXPECT_STREQ(kExpectedClipHtml, clipHtml.utf8().c_str()); |