Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/smil/crashtests/crashtests.list
<?xml version="1.0"?>↩
<defs>↩
<circle id="circleID" cx="20" cy="100" r="10" fill="orange" stroke="black">↩
<animateTransform attributeName="transform" type="scale"↩
from="1" to="2" begin="0" dur="3"/>↩
</circle>↩
<rect id="rectID" fill="green" stroke="black" height="100" width="100">↩
<animate attributeName="fill" from="white" to="blue" begin="0" dur="3"/>↩
</rect>↩
</defs>↩
<use xlink:href="#circleID"/>↩
</svg>↩