| Index: LayoutTests/svg/animations/resources/animation-policy.svg
|
| diff --git a/LayoutTests/svg/animations/resources/animation-policy.svg b/LayoutTests/svg/animations/resources/animation-policy.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0d34187e04df5a50ec535236c3193517882eb6bd
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/animations/resources/animation-policy.svg
|
| @@ -0,0 +1,6 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg">
|
| +
|
| +<rect x="50" y="0" width="100" height="100" fill="green">
|
| +<animate id="animation" attributeName="y" begin="0s" dur="3s" values="30;50;100" calcMode="discrete" repeatCount="indefinite"/>
|
| +</rect>
|
| +</svg>
|
|
|