Index: third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html b/third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html |
index f746e801ae454d397fecce7b0b1d4a390a21e075..7f160e042409a8b86eafc41d6dc238c0d6bd1bb0 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html |
@@ -27,6 +27,9 @@ |
if (window.eventSender) { |
testRunner.dumpAsTextWithPixelResults(); |
+ if (window.internals) |
+ internals.settings.setScrollAnimatorEnabled(false); |
+ |
// Scroll the #outerDiv until we reach the #innerDiv. |
eventSender.mouseMoveTo(50, 50); |
eventSender.mouseScrollBy(0, -8); |