| Index: LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch.html
|
| diff --git a/LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch.html b/LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..294e30dc83be2fed42357bd9d3d263f90a75dd05
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<body>
|
| +<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
|
| + <animateTransform attributeName="transform" attributeType="CSS"></animateTransform>
|
| + <text x="10" y="20">Test passes if it does not crash.</text>
|
| +</svg>
|
| +</body>
|
| +</html>
|
|
|