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

Unified Diff: LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.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-currentColor.js
diff --git a/LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js b/LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js
index d3c9e8a02a77ecd60ed6e64568d1bcd847fcb310..1656f38fafdb4dfb809f5a7022df98d3f579c943 100644
--- a/LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js
+++ b/LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js
@@ -10,7 +10,7 @@ rect.setAttribute("fill", "currentColor");
rect.setAttribute("color", "red");
rect.setAttribute("onclick", "executeTest()");
-var animateColor = createSVGElement("animateColor");
+var animateColor = createSVGElement("animate");
animateColor.setAttribute("id", "animateColor");
animateColor.setAttribute("attributeName", "color");
animateColor.setAttribute("from", "red");

Powered by Google App Engine
This is Rietveld 408576698