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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1/animate-elem-23-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-23-t.svg
diff --git a/LayoutTests/svg/W3C-SVG-1.1/animate-elem-23-t.svg b/LayoutTests/svg/W3C-SVG-1.1/animate-elem-23-t.svg
index 546e5cc319028f890d55f4e1e7e5adef368076bd..fbfa9585c225ce1ee22f31e055041a41502fa931 100644
--- a/LayoutTests/svg/W3C-SVG-1.1/animate-elem-23-t.svg
+++ b/LayoutTests/svg/W3C-SVG-1.1/animate-elem-23-t.svg
@@ -77,7 +77,7 @@
-->
<rect x="150" y="50" width="240" height="240" stroke="black" fill="black"/>
<circle cx="270" cy="170" r="110" visibility="hidden" ><set attributeName="visibility" attributeType="CSS" to="visible" begin="3s" dur="6s" fill="freeze"/>
- <animateColor attributeName="fill" attributeType="CSS" from="rgb(0,0,255)" to="rgb(128,0,0)" begin="3s" dur="6s" fill="freeze"/>
+ <animate attributeName="fill" attributeType="CSS" from="rgb(0,0,255)" to="rgb(128,0,0)" begin="3s" dur="6s" fill="freeze"/>
</circle>
</g>
</g>

Powered by Google App Engine
This is Rietveld 408576698