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
Родитель 5d3659c9b7
Коммит 84905ecdab
2 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -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>

После

Ширина:  |  Высота:  |  Размер: 235 B

Просмотреть файл

@ -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