| Index: LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html b/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html
|
| index ad91bfd398a8a92c6e77531cc14e1f952673b1de..408ebfe6514236904e8bc1df34ab58f4d144d972 100644
|
| --- a/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html
|
| +++ b/LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html
|
| @@ -26,12 +26,6 @@
|
| overflow: hidden;
|
| }
|
| </style>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.testRepaint();
|
| - testRunner.repaintSweepHorizontally();
|
| -}
|
| -</script>
|
| <div>This test checks that we correctly paint scrolled grid container.</div>
|
| <div>There should be no red below.</div>
|
|
|
|
|