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

Unified Diff: LayoutTests/fast/events/scroll-event-raf-timing.html

Issue 615033002: Refactor of various layout tests to use RAF (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months 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: LayoutTests/fast/events/scroll-event-raf-timing.html
diff --git a/LayoutTests/fast/events/scroll-event-raf-timing.html b/LayoutTests/fast/events/scroll-event-raf-timing.html
index 0ddda8b880d36b5810189eaf5432fdc57a8ccecf..d24666b6c70c698c356f6c0f3fcf3ee89a742ab6 100644
--- a/LayoutTests/fast/events/scroll-event-raf-timing.html
+++ b/LayoutTests/fast/events/scroll-event-raf-timing.html
@@ -32,7 +32,7 @@ onload = function() {
scrollable.scrollTop += 1;
if (!--remainingTicks)
clearInterval(timerId);
- }, 0);
+ }, 1);
Julien - ping for review 2014/10/03 22:22:32 Those delay changes are separated from the rAF cha
alex clarke (OOO till 29th) 2014/10/10 17:46:02 Done.
function raf() {
if (scrollsSinceLastFrame > 1) {

Powered by Google App Engine
This is Rietveld 408576698