bug 435209 - crash test by Martin Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:25 -07:00
parent 58aa4b1061
commit c7775a00e1
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,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>

After

Width:  |  Height:  |  Size: 277 B

View File

@ -40,4 +40,5 @@ load 414188-1.svg
load 427325-1.svg
load 428228-1.svg
load 428841-1.svg
load 435209-1.svg
load 466576-1.xhtml