Index: LayoutTests/svg/animations/animateTransform-list-crash-2.html |
diff --git a/LayoutTests/svg/animations/animateTransform-list-crash-2.html b/LayoutTests/svg/animations/animateTransform-list-crash-2.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4dc65cde2dbfdcbc5046a403306cc639aa5be6de |
--- /dev/null |
+++ b/LayoutTests/svg/animations/animateTransform-list-crash-2.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<svg transform="rotate(-90)"> |
+ <animateTransform attributeName="transform" type="rotate" to="90"/> |
+</svg> |
+<p>PASS</p> |
+<script> |
+if (window.testRunner) { |
+ testRunner.waitUntilDone(); |
+ testRunner.dumpAsText(); |
+ |
+ window.onload = function() { |
+ testRunner.notifyDone(); |
+ }; |
+} |
+</script> |