Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/listbox-wheel-event.html

Issue 1413493005: Update layout tests to work when smooth scrolling is enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worked on nit Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698