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

Unified Diff: LayoutTests/svg/animations/script-tests/animate-inherit-css-property.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-inherit-css-property.js
diff --git a/LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js b/LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js
index c4a25189f9914891ad0fc2a714e18b89896d1d22..26d7ea87caef1af3474755b669b4639e204eec05 100644
--- a/LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js
+++ b/LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js
@@ -13,7 +13,7 @@ rect.setAttribute("fill", "red");
rect.setAttribute("onclick", "executeTest()");
g.appendChild(rect);
-var animateInherit = createSVGElement("animateColor");
+var animateInherit = createSVGElement("animate");
animateInherit.setAttribute("id", "animateInherit");
animateInherit.setAttribute("attributeName", "fill");
animateInherit.setAttribute("from", "red");

Powered by Google App Engine
This is Rietveld 408576698