Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: Source/web/tests/ScrollingCoordinatorChromiumTest.cpp

Issue 244193002: Enable universal accelerated overflow scroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test expectations for crashing test. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | Source/web/tests/data/non-fast-scrollable.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/ScrollingCoordinatorChromiumTest.cpp
diff --git a/Source/web/tests/ScrollingCoordinatorChromiumTest.cpp b/Source/web/tests/ScrollingCoordinatorChromiumTest.cpp
index 5cb3bc76ece7b4a6f61354a8822fda3faa6ce8df..369af89aa7c245e9c28ef0995f260385641df101 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");
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | Source/web/tests/data/non-fast-scrollable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698