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 6acb7e2a577e30da65a30488b1712c54984e5e49..7d051e66f3828fcf688b8bbac97676282d7f4788 100644 |
--- a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
+++ b/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
@@ -3,7 +3,7 @@ |
<script src="text-based-repaint.js"></script> |
<script> |
function repaintTest() { |
- document.documentElement.scrollTop = 20; |
+ document.body.scrollTop = 20; |
} |
</script> |
<body onload="runRepaintTest()"> |