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

Unified Diff: LayoutTests/svg/as-background-image/animated-svg-animation-control.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/svg/as-background-image/animated-svg-animation-control.html
diff --git a/LayoutTests/svg/as-background-image/animated-svg-animation-control.html b/LayoutTests/svg/as-background-image/animated-svg-animation-control.html
index edf2fdd55290b90c5fc005e3c8ddfe1fab382651..9d493e1e63997179253685379730a866fbbb8b8e 100644
--- a/LayoutTests/svg/as-background-image/animated-svg-animation-control.html
+++ b/LayoutTests/svg/as-background-image/animated-svg-animation-control.html
@@ -15,7 +15,7 @@ setTimeout(function() {
if (window.testRunner)
testRunner.notifyDone();
}, 10);
- }, 0);
+ }, 1);
}, 100);
</script>

Powered by Google App Engine
This is Rietveld 408576698