Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<!doctype html>
<html>
<body onload="document.getElementById('containerA').pauseAnimations()">
<svg id="containerA">
<animate id="ia" end="50s"></animate>
<animate begin="60s" end="ic.end"></animate>
</svg>
<svg>
<animate id="ic" end="ia.end"></animate>
</svg>
</body>
</html>