Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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