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

Unified Diff: LayoutTests/svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg

Issue 179293004: Drive SVG Animations via requestAnimationFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 6 years, 10 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/animations/mozilla/animateMotion-mpath-pathLength-1.svg
diff --git a/LayoutTests/svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg b/LayoutTests/svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg
index 3a8bfc08bc95eacd635668cf1810e524618a17b2..cd8a51d6d5ddec43111032b7930a8c46bdd8978b 100644
--- a/LayoutTests/svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg
+++ b/LayoutTests/svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg
@@ -25,6 +25,7 @@ if (window.testRunner)
testRunner.waitUntilDone();
function loaded() {
+ document.documentElement.pauseAnimations();
document.documentElement.setCurrentTime(0.5);
if (window.testRunner)
testRunner.notifyDone();

Powered by Google App Engine
This is Rietveld 408576698