зеркало из https://github.com/mozilla/gecko-dev.git
Bug 508247 - crashtest for non SVG element in path for getCTM.
This commit is contained in:
Родитель
5d3659c9b7
Коммит
84905ecdab
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче