blob: 97e12f35ac21b3c74d124f0346e98a002e657771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg"
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>
|