Index: LayoutTests/fast/multicol/scrolling-overflow.html |
diff --git a/LayoutTests/fast/multicol/scrolling-overflow.html b/LayoutTests/fast/multicol/scrolling-overflow.html |
index 15b15f099e55a0924338cab420599ec3fbabe370..83a36fc6c5a5a46f1942debaf499eb46ba0a0649 100644 |
--- a/LayoutTests/fast/multicol/scrolling-overflow.html |
+++ b/LayoutTests/fast/multicol/scrolling-overflow.html |
@@ -12,7 +12,7 @@ |
function doTest() |
{ |
document.body.offsetLeft; |
- document.body.scrollLeft = 100; |
+ document.documentElement.scrollLeft = 100; |
document.body.offsetLeft; |
} |
</script> |