summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/508247-1.svg
blob: c8b36b905f8ea89d9f1608e9632fcaff555dde1f (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg">

<definition-src>
<path id="a"/>
</definition-src>

<script id="script" xmlns="http://www.w3.org/1999/xhtml">
setTimeout(function() {document.getElementById('a').getCTM()},10);
</script>
</svg>