mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
bug 435209 - crash test by Martin Wargers.
This commit is contained in:
parent
58aa4b1061
commit
c7775a00e1
11
content/svg/content/src/crashtests/435209-1.svg
Normal file
11
content/svg/content/src/crashtests/435209-1.svg
Normal 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 |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user