Index: third_party/WebKit/LayoutTests/fast/scrolling/listbox-wheel-event.html |
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/listbox-wheel-event.html b/third_party/WebKit/LayoutTests/fast/scrolling/listbox-wheel-event.html |
index 19259a8528e55ab232ef26d40525d8de258ddb03..b6a6f0d6925428ccd3e1ad32b7434442b0818f9c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/scrolling/listbox-wheel-event.html |
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/listbox-wheel-event.html |
@@ -12,6 +12,7 @@ function test() { |
<body onload="test()"> |
<select multiple id="sel" style="width:500px; height:300px;"></select> |
<script> |
+ internals.settings.setScrollAnimatorEnabled(false); |
sel = document.getElementById("sel"); |
for (var i = 0; i < 50; i++) { |
option = document.createElement("option"); |