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

Unified Diff: LayoutTests/svg/animations/script-tests/animate-color-transparent.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-transparent.js
diff --git a/LayoutTests/svg/animations/script-tests/animate-color-transparent.js b/LayoutTests/svg/animations/script-tests/animate-color-transparent.js
index c7e6f6465112c332d84da578a8cb892272412d20..53f4e122f4b22a7238186604c4aabe24d9e42e57 100644
--- a/LayoutTests/svg/animations/script-tests/animate-color-transparent.js
+++ b/LayoutTests/svg/animations/script-tests/animate-color-transparent.js
@@ -9,7 +9,7 @@ rect.setAttribute("height", "100px");
rect.setAttribute("fill", "#00FF00");
rect.setAttribute("onclick", "executeTest()");
-var animate = createSVGElement("animateColor");
+var animate = createSVGElement("animate");
animate.setAttribute("id", "animation");
animate.setAttribute("attributeName", "fill");
animate.setAttribute("from", "transparent");

Powered by Google App Engine
This is Rietveld 408576698