| Index: third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html b/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..56e0c3ffbe547435e908fb39c759a975534902f4
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +#track {
|
| + stroke: blue;
|
| +}
|
| +</style>
|
| +<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"
|
| + xmlns:xlink="http://www.w3.org/1999/xlink">
|
| +
|
| + <path id="track" d="M20,100 H180"/>
|
| +
|
| + <circle r="10" cx="100" cy="180" fill="green"/>
|
| +</svg>
|
|
|