haikuwebkit/LayoutTests/svg/animations/attributeNameAndAttributeTy...

9 lines
271 B
HTML

<!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>