Add crashtest
git-svn-id: svn://10.0.0.236/trunk@250232 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7168866cce
commit
bca2f2d42a
13
mozilla/content/svg/content/src/crashtests/428841-1.svg
Normal file
13
mozilla/content/svg/content/src/crashtests/428841-1.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" onload="boom();">
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var path = document.createElementNS("http://www.w3.org/2000/svg", "path");
|
||||
path.getPathSegAtLength(1);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 258 B |
@ -33,3 +33,4 @@ load 410659-2.svg
|
||||
load 410659-3.svg
|
||||
load 412104-1.svg
|
||||
load 414188-1.svg
|
||||
load 428841-1.svg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user