Index: LayoutTests/svg/animations/classAttributeSettingCrash.html |
diff --git a/LayoutTests/svg/animations/classAttributeSettingCrash.html b/LayoutTests/svg/animations/classAttributeSettingCrash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e777e45b32fe6830f4e86f1f907c21ad4728b229 |
--- /dev/null |
+++ b/LayoutTests/svg/animations/classAttributeSettingCrash.html |
@@ -0,0 +1,12 @@ |
+<head> |
+ <div>PASS</div> |
+ <svg xmlns="http://www.w3.org/2000/svg"> |
+ <g> |
+ <set attributename="class"></set> |
+ </g> |
+ <script type="text/javascript"> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+ </svg> |
+</head> |