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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.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/W3C-SVG-1.1/animate-elem-30-t.svg
diff --git a/LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg b/LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg
index d701d49384ed60213f8378fe5e1b3d608c741859..191a42be0d2000b0117f534d4b101eb89cb24c1f 100644
--- a/LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg
+++ b/LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg
@@ -68,7 +68,7 @@
<defs>
<rect id="rectID" x="10" y="60" width="60" height="20" fill="blue" stroke="black" stroke-width="2">
- <animateColor attributeName="fill" from="white" to="rgb(16, 93, 140)" begin="0" dur="3" fill="freeze"/>
+ <animate attributeName="fill" from="white" to="rgb(16, 93, 140)" begin="0" dur="3" fill="freeze"/>
<animate attributeName="height" from="20" to="40" begin="0" dur="3" fill="freeze"/>
</rect>
</defs>

Powered by Google App Engine
This is Rietveld 408576698