Testcase for Bug 780764 - "ASSERTION: null nsSVGPathGeometry frame" and crash.

--HG--
extra : rebase_source : 5b9b5224ded867b622613a41c535f8e335cfa549
This commit is contained in:
Jonathan Watt 2012-11-15 11:25:13 -08:00
Родитель 816029c53b
Коммит d61c5f3354
1 изменённых файлов: 18 добавлений и 0 удалений

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

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
<marker id="marker"><path d="M100,0 l100,100 200,200" filter="url(#filter)"/></marker>
<filter id="filter"/>
<path d="M100,0 l100,100 200,200" marker-mid="url(#marker)"/>
<script>
window.addEventListener("load", function() {
setTimeout(function() {
document.getElementById("filter").style.fontWeight = "bold";
document.documentElement.removeAttribute("class");
}, 200);
}, false);
</script>
</svg>

После

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