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

Unified Diff: LayoutTests/svg/animations/resources/additive-type-by-animation.svg

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/resources/additive-type-by-animation.svg
diff --git a/LayoutTests/svg/animations/resources/additive-type-by-animation.svg b/LayoutTests/svg/animations/resources/additive-type-by-animation.svg
index 4b08dc1513a69bf57972de27690120f29676f63b..a2e24a511c689ecd5fd271731f098dce5d518eb8 100644
--- a/LayoutTests/svg/animations/resources/additive-type-by-animation.svg
+++ b/LayoutTests/svg/animations/resources/additive-type-by-animation.svg
@@ -23,7 +23,7 @@
<animate id="an1" xlink:href="#marker" attributeName="orient" begin="0s" dur="4s" by="45deg" fill="freeze"/>
<!-- AnimatedColor -->
-<animateColor xlink:href="#rect" attributeName="fill" begin="0s" dur="4s" by="green" fill="freeze"/>
+<animate xlink:href="#rect" attributeName="fill" begin="0s" dur="4s" by="green" fill="freeze"/>
<!-- AnimatedLength -->
<animate xlink:href="#rect" attributeName="y" begin="0s" dur="4s" by="100" fill="freeze"/>

Powered by Google App Engine
This is Rietveld 408576698