Index: LayoutTests/fast/events/scroll-event-does-not-bubble.html |
diff --git a/LayoutTests/fast/events/scroll-event-does-not-bubble.html b/LayoutTests/fast/events/scroll-event-does-not-bubble.html |
index a89b35718b203174ddb73593d65678253e64a170..5e40d20f96391dd89142b15ccceffb73078ca5e3 100644 |
--- a/LayoutTests/fast/events/scroll-event-does-not-bubble.html |
+++ b/LayoutTests/fast/events/scroll-event-does-not-bubble.html |
@@ -34,7 +34,7 @@ function runTest() { |
div.onscroll = divScrolled; |
window.onscroll = windowScrolled; |
- div.scrollByLines(1); |
+ div.scrollTop = 1; |
} |
</script> |