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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1/animate-elem-84-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-84-t.svg
diff --git a/LayoutTests/svg/W3C-SVG-1.1/animate-elem-84-t.svg b/LayoutTests/svg/W3C-SVG-1.1/animate-elem-84-t.svg
index 8aa4711e7899ffdd4059c992031f66573a76d1c1..1749453ea5ffe2f105278f40da421fd3d5d00730 100644
--- a/LayoutTests/svg/W3C-SVG-1.1/animate-elem-84-t.svg
+++ b/LayoutTests/svg/W3C-SVG-1.1/animate-elem-84-t.svg
@@ -30,26 +30,26 @@
<g id="test-body-content">
<g transform="scale(1.1) translate (50,20)">
<rect color="green" fill="#000000" height="100" width="100">
- <animateColor attributeName="fill" from="#f00" to="currentColor" begin="2s" dur="5s"
+ <animate attributeName="fill" from="#f00" to="currentColor" begin="2s" dur="5s"
fill="freeze"/>
</rect>
<rect color="red" fill="#000000" height="100" width="100" y="150">
- <animateColor attributeName="fill" from="currentColor" to="green" begin="2s" dur="5s"
+ <animate attributeName="fill" from="currentColor" to="green" begin="2s" dur="5s"
fill="freeze"/>
</rect>
<rect color="green" fill="#000000" x="120" height="100" width="100" y="75">
- <animateColor attributeName="fill" from="#f00" to="green" begin="2s" dur="5s" fill="freeze"
+ <animate attributeName="fill" from="#f00" to="green" begin="2s" dur="5s" fill="freeze"
/>
</rect>
<g fill="#070">
<rect color="green" fill="#000000" x="240" height="100" width="100">
- <animateColor attributeName="fill" from="#f00" to="inherit" begin="2s" dur="5s"
+ <animate attributeName="fill" from="#f00" to="inherit" begin="2s" dur="5s"
fill="freeze"/>
</rect>
</g>
<g fill="#F00">
<rect color="green" fill="#000000" x="240" height="100" width="100" y="150">
- <animateColor attributeName="fill" from="inherit" to="green" begin="2s" dur="5s"
+ <animate attributeName="fill" from="inherit" to="green" begin="2s" dur="5s"
fill="freeze"/>
</rect>
</g>

Powered by Google App Engine
This is Rietveld 408576698