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

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

Powered by Google App Engine
This is Rietveld 408576698