Add crashtest

This commit is contained in:
jruderman@hmc.edu 2008-04-14 16:40:17 -07:00
parent e8938be7ff
commit 4ad682b095
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