| Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| index 72607ea90554fa526b984bf96f5447cc1da0990b..97f418a560a149e57a34e03a4b98837d73609d66 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| @@ -365,9 +365,9 @@ TEST_P(WebViewTest, BrokenImage) {
|
|
|
| std::string imageUrl = "http://www.test.com/non_existent.png";
|
|
|
| - EXPECT_EQ("image", hitTestElementId(webView, 25, 25));
|
| + EXPECT_EQ("image", hitTestElementId(webView, 12, 12));
|
| EXPECT_TRUE(hitTestUrlElement(webView, 25, 25).isNull());
|
| - EXPECT_EQ(imageUrl, hitTestAbsoluteUrl(webView, 25, 25));
|
| + EXPECT_EQ(imageUrl, hitTestAbsoluteUrl(webView, 12, 12));
|
| }
|
|
|
| TEST_P(WebViewTest, BrokenInputImage) {
|
|
|