Chromium Code Reviews| Index: LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
| diff --git a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html b/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
| index 1d9c6f06673abefa1bf84935269f38e62429e7d8..4f0173d94da55e5a51f13f6fa4fb14de469c6df1 100644 |
| --- a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
| +++ b/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
| @@ -9,7 +9,7 @@ window.setTimeout(function() { |
| if (window.testRunner) |
| testRunner.display(); |
| - document.body.scrollTop = 20; |
| + document.documentElement.scrollTop = 20; |
| if (window.testRunner) |
| testRunner.notifyDone(); |
| }, 50); |