Bug 508247 - crashtest for non SVG element in path for getCTM.

This commit is contained in:
Martijn Wargers 2009-09-08 20:34:16 +01:00
parent 099411b764
commit a052c8af96
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,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>

After

Width:  |  Height:  |  Size: 235 B

View File

@ -74,4 +74,5 @@ load 475181-1.svg
load 475193-1.html
load 478128-1.svg
load 492186-1.svg
load 508247-1.svg
load extref-test-1.xhtml