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

Unified Diff: LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html

Issue 14807003: Unifies ScrollView and RenderLayer to use non-shifted [minPos, maxPos] scroll offset (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « no previous file | Source/core/platform/ScrollAnimator.cpp » ('j') | Source/core/platform/Scrollbar.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html
diff --git a/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html b/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html
index 50279345668c9ed1ca9d9a22c65f164ed20aaa93..517f81323ab7afef8dd2fcc155c9c3cfec770d69 100644
--- a/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html
+++ b/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html
@@ -3,6 +3,11 @@
<script>
if (window.internals)
internals.setPagination(document, "RightToLeftPaginated", 0, 400);
+
+ if (window.testRunner) {
+ testRunner.waitUntilDone();
+ setTimeout('scrollTo(-400, 0); testRunner.notifyDone();', 0);
+ }
trchen 2013/05/02 00:17:44 I'm hesitant about what do with this test. The gr
</script>
</head>
<body style="width:100%; height:100%;">
« no previous file with comments | « no previous file | Source/core/platform/ScrollAnimator.cpp » ('j') | Source/core/platform/Scrollbar.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698