Add crashtest

git-svn-id: svn://10.0.0.236/trunk@250232 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2008-04-14 23:40:17 +00:00
parent 7168866cce
commit bca2f2d42a
2 changed files with 14 additions and 0 deletions

View 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

View File

@ -33,3 +33,4 @@ load 410659-2.svg
load 410659-3.svg
load 412104-1.svg
load 414188-1.svg
load 428841-1.svg