haikuwebkit/LayoutTests/svg/animations/svg-animation-order-expecte...

10 lines
237 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<p id="description">Test that the order of elements does not affect animations.</p>
<svg id="svg" width="300" height="300">
<rect x="0" y="0" width="100" height="100" fill="green"/>
</svg>
</body>
</html>