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

Unified Diff: third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/mousewheel-scroll.html

Issue 2487443002: Raise timeouts on smooth scroll layout tests. (Closed)
Patch Set: fix more tests Created 4 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/scroll-behavior/smooth-scroll/mousewheel-scroll.html
diff --git a/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/mousewheel-scroll.html b/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/mousewheel-scroll.html
index 222d0844487550356b5c05e49a43b4a7f3546c00..3f68d79b5f4594259d34eb33a5ae2deb122a8052 100644
--- a/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/mousewheel-scroll.html
+++ b/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/mousewheel-scroll.html
@@ -9,6 +9,7 @@
<script>
window.jsTestIsAsync = true;
+ var defaultTimeoutForShouldBecome = 5000;
description("This test ensures that consecutive mouse wheel ticks scroll\
to the right offset. The main purpose of this test is to ensure that\

Powered by Google App Engine
This is Rietveld 408576698