Chromium Code Reviews| 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%;"> |