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

Unified Diff: LayoutTests/svg/animations/animateColor-additive-2c-expected.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/animateColor-additive-2c-expected.svg
diff --git a/LayoutTests/svg/animations/animateColor-additive-2c-expected.svg b/LayoutTests/svg/animations/animateColor-additive-2c-expected.svg
index 345f4d1f7a51f16c6b876f31eeae0a720e34c507..ef15ef2987a389ac37c2470cf29146febd986b95 100644
--- a/LayoutTests/svg/animations/animateColor-additive-2c-expected.svg
+++ b/LayoutTests/svg/animations/animateColor-additive-2c-expected.svg
@@ -4,34 +4,34 @@
<g stroke-width="10" transform="translate(-30)">
<circle cx="80" cy="50" r="35" fill="#088" stroke="none"/>
- <circle cx="80" cy="50" r="20" fill="#088" stroke="#088"/>
+ <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="120" r="35" fill="#008" stroke="none"/>
- <circle cx="80" cy="120" r="20" fill="#008" stroke="#008"/>
+ <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="190" r="35" fill="#088" stroke="none"/>
- <circle cx="80" cy="190" r="20" fill="#088" stroke="#088"/>
+ <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="260" r="35" fill="#008" stroke="none"/>
- <circle cx="80" cy="260" r="20" fill="#008" stroke="#008"/>
+ <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/>
</g>
<g stroke-width="10" transform="translate(170)">
<circle cx="80" cy="50" r="35" fill="#08a" stroke="none"/>
- <circle cx="80" cy="50" r="20" fill="#08a" stroke="#08a"/>
+ <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="120" r="35" fill="#00a" stroke="none"/>
- <circle cx="80" cy="120" r="20" fill="#00a" stroke="#00a"/>
+ <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="190" r="35" fill="#689" stroke="none"/>
- <circle cx="80" cy="190" r="20" fill="#689" stroke="#689"/>
+ <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="260" r="35" fill="#609" stroke="none"/>
- <circle cx="80" cy="260" r="20" fill="#609" stroke="#609"/>
+ <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/>
</g>
<g stroke-width="10" transform="translate(370)">
<circle cx="80" cy="50" r="35" fill="#088" stroke="none"/>
- <circle cx="80" cy="50" r="20" fill="#088" stroke="#088"/>
+ <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="120" r="35" fill="#088" stroke="none"/>
- <circle cx="80" cy="120" r="20" fill="#088" stroke="#088"/>
+ <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="190" r="35" fill="#088" stroke="none"/>
- <circle cx="80" cy="190" r="20" fill="#088" stroke="#088"/>
+ <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/>
<circle cx="80" cy="260" r="35" fill="#088" stroke="none"/>
- <circle cx="80" cy="260" r="20" fill="#088" stroke="#088"/>
+ <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/>
</g>
</svg>

Powered by Google App Engine
This is Rietveld 408576698