| Index: Source/web/tests/ScrollingCoordinatorChromiumTest.cpp
|
| diff --git a/Source/web/tests/ScrollingCoordinatorChromiumTest.cpp b/Source/web/tests/ScrollingCoordinatorChromiumTest.cpp
|
| index 331adf73289ee010c394ba52e5d85da0f1b2400f..69a058a214e7ec3ddcd9b9bacb26e4f360d5b996 100644
|
| --- a/Source/web/tests/ScrollingCoordinatorChromiumTest.cpp
|
| +++ b/Source/web/tests/ScrollingCoordinatorChromiumTest.cpp
|
| @@ -248,19 +248,6 @@ TEST_F(ScrollingCoordinatorChromiumTest, fastScrollingForFixedPosition)
|
| }
|
| }
|
|
|
| -TEST_F(ScrollingCoordinatorChromiumTest, nonFastScrollableRegion)
|
| -{
|
| - registerMockedHttpURLLoad("non-fast-scrollable.html");
|
| - navigateTo(m_baseURL + "non-fast-scrollable.html");
|
| - forceFullCompositingUpdate();
|
| -
|
| - WebLayer* rootScrollLayer = getRootScrollLayer();
|
| - WebVector<WebRect> nonFastScrollableRegion = rootScrollLayer->nonFastScrollableRegion();
|
| -
|
| - ASSERT_EQ(1u, nonFastScrollableRegion.size());
|
| - ASSERT_EQ(WebRect(8, 8, 10, 10), nonFastScrollableRegion[0]);
|
| -}
|
| -
|
| TEST_F(ScrollingCoordinatorChromiumTest, wheelEventHandler)
|
| {
|
| registerMockedHttpURLLoad("wheel-event-handler.html");
|
|
|