Chromium Code Reviews| Index: LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg |
| diff --git a/LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg b/LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a7a745c45482915f53ba794a39c080ee5ad11dbe |
| --- /dev/null |
| +++ b/LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg |
| @@ -0,0 +1,4 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg"> |
| +<rect x="0" y="0" width="500" height="500" fill="green"/> |
| +<set attributeName="preserveAspectRatio" to="xMaxYMin" begin="0s" fill="freeze"/> |
| +</svg> |