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

Unified Diff: LayoutTests/svg/animations/script-tests/animate-color-fill-from-by.js

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments Created 6 years, 11 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/script-tests/animate-color-fill-from-by.js
diff --git a/LayoutTests/svg/animations/script-tests/animate-color-fill-from-by.js b/LayoutTests/svg/animations/script-tests/animate-color-fill-from-by.js
index b52c50b4b9b68c40c0cb9ca8f696df466952af09..0a4c1dc8f4d86ab2505dc10250436bfe20634769 100644
--- a/LayoutTests/svg/animations/script-tests/animate-color-fill-from-by.js
+++ b/LayoutTests/svg/animations/script-tests/animate-color-fill-from-by.js
@@ -10,7 +10,7 @@ rect.setAttribute("fill", "currentColor");
rect.setAttribute("color", "#d00000");
rect.setAttribute("onclick", "executeTest()");
-var animateColor = createSVGElement("animateColor");
+var animateColor = createSVGElement("animate");
animateColor.setAttribute("id", "animateColor");
animateColor.setAttribute("attributeName", "color");
animateColor.setAttribute("from", "#d00000");

Powered by Google App Engine
This is Rietveld 408576698