Index: LayoutTests/svg/animations/resources/SVGAnimationTestCase.js |
diff --git a/LayoutTests/svg/animations/resources/SVGAnimationTestCase.js b/LayoutTests/svg/animations/resources/SVGAnimationTestCase.js |
index 3d944397161147507c47e12a40a527414d95e4e6..cb01b310ff727b5e1189c4b1083f2fa0d8b396e3 100644 |
--- a/LayoutTests/svg/animations/resources/SVGAnimationTestCase.js |
+++ b/LayoutTests/svg/animations/resources/SVGAnimationTestCase.js |
@@ -1,5 +1,4 @@ |
// Inspired by Layoutests/animations/animation-test-helpers.js |
-// Modified to work with SVG and together with LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js |
function isCloseEnough(actual, desired, tolerance) { |
var diff = Math.abs(actual - desired); |