tenfourfox/layout/svg/crashtests/344904-1.svg

20 lines
305 B
XML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<svg xmlns="http://www.w3.org/2000/svg" onload="setTimeout(boom, 30);" class="reftest-wait">
<script>
function boom()
{
document.getElementById("m").setAttribute("stroke-miterlimit", 1);
document.documentElement.removeAttribute("class");
}
</script>
<marker>
<path id="m" />
</marker>
</svg>