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 76% |
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..b6fca6ac59def8ee24853cc31d2a980b26c6884d 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,6 @@ |
<!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="4s" fill="remove" /> |
</rect> |
</svg> |