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

Unified Diff: LayoutTests/svg/animations/resources/SVGAnimationTestCase.js

Issue 172973002: Rewrite svg/dynamic-updates to use text-based repaint harness (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: actually add file 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/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);
« no previous file with comments | « LayoutTests/svg/animations/repeatn-remove-add-animation.html ('k') | LayoutTests/svg/animations/resources/SVGTestCase.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698