Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
class="reftest-wait">
<script type="text/javascript">
<![CDATA[
function boom()
{
try {
document.getElementById("x").beginElementAt(36028797018963970);
} catch (e) { }
document.documentElement.removeAttribute("class");
}
window.addEventListener("load", boom, false);
]]>
</script>
<animate id="x" begin="a" />
</svg>