Index: LayoutTests/fast/scrolling/fractional-scroll-offset-document.html |
diff --git a/LayoutTests/fast/scrolling/fractional-scroll-offset-document.html b/LayoutTests/fast/scrolling/fractional-scroll-offset-document.html |
index 0f8a184164d43bb2c83d082bcada3551cb2814bd..a37c6717080df4e9d86b53ff1f7e1944e714cdaa 100644 |
--- a/LayoutTests/fast/scrolling/fractional-scroll-offset-document.html |
+++ b/LayoutTests/fast/scrolling/fractional-scroll-offset-document.html |
@@ -14,8 +14,8 @@ function checkScrollOffset(offset_x, offset_y) |
offset_x = Math.floor(offset_x); |
offset_y = Math.floor(offset_y); |
} |
- shouldBeCloseTo('document.documentElement.scrollTop', offset_y, floatPrecision); |
- shouldBeCloseTo('document.documentElement.scrollLeft', offset_x, floatPrecision); |
+ shouldBeCloseTo('document.body.scrollTop', offset_y, floatPrecision); |
+ shouldBeCloseTo('document.body.scrollLeft', offset_x, floatPrecision); |
} |
function scroll() |