Index: third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg |
diff --git a/third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-fill-freeze.svg b/third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg |
similarity index 69% |
copy from third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-fill-freeze.svg |
copy to third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg |
index 83612f59eefc56d800d444fe75f91be175a1ca26..3199f07cb8ae37fa66ca9e273f6f8c083eea92bd 100644 |
--- a/third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-fill-freeze.svg |
+++ b/third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg |
@@ -2,6 +2,7 @@ |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"> |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
<rect width="50" height="50" x="0" y="0" fill="green"> |
- <animateMotion id="anim" to="100,0" begin="0s" dur="4s" fill="freeze" /> |
+ <animateMotion id="anim" path="M 100 100 L 100 100" |
+ begin="0s" dur="2s" repeatCount="2" accumulate="sum" fill="remove" /> |
</rect> |
</svg> |