Bug 1859059 - increase chunk number for windows debug mochitest-browser-chrome jobs...
[gecko.git] / layout / svg / crashtests / 464374-1.svg
blob9844e5187f2675c14fcfdd3bdf700549d0f086ec
1 <svg xmlns="http://www.w3.org/2000/svg" onload="boom();">
3 <script type="text/javascript">
5 function boom()
7 document.getElementById("b").appendChild(document.createElementNS("http://www.w3.org/1998/Math/MathML", "math"));
8 document.getElementById("defs").setAttribute("filter", "url(#a)");
11 </script>
13 <defs id="defs"><filter id="a"/><g id="b"><rect/></g></defs>
15 </svg>