Index: LayoutTests/svg/animations/animateTransform-to-mismatched-types-expected.html |
diff --git a/LayoutTests/svg/animations/animateTransform-to-mismatched-types-expected.html b/LayoutTests/svg/animations/animateTransform-to-mismatched-types-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..17c1b2d9f566fca376d915eed254f591ffd884d6 |
--- /dev/null |
+++ b/LayoutTests/svg/animations/animateTransform-to-mismatched-types-expected.html |
@@ -0,0 +1,4 @@ |
+<!DOCTYPE html> |
+<svg width="200" height="200"> |
+ <rect width="100" height="100" transform="scale(2)" fill="green"/> |
+</svg> |