Index: third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-end-attribute-numeric-precision.js |
diff --git a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-end-attribute-numeric-precision.js b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-end-attribute-numeric-precision.js |
index 00a49a86da92e0667b606b4e7199d6690d6db095..a2a01c6b41927f14548740f41a6758398fd0a039 100644 |
--- a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-end-attribute-numeric-precision.js |
+++ b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-end-attribute-numeric-precision.js |
@@ -40,5 +40,5 @@ function executeTest() { |
runAnimationTest(expectedValues); |
} |
+var animationStartsImmediately = true; |
var successfullyParsed = true; |
-executeTest(); |