summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/435209-1.svg
blob: d674d50ed6376882900c818ff8787d8e5c35288e (plain)
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg">
<path/>

<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
var x=document.getElementsByTagName('path')[0];
var y = x.pathSegList;
var z = x.createSVGPathSegMovetoRel(0,0);
y.appendItem(z,0);
y.replaceItem(z, 0);
]]></script>
</svg>