mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
305 B
XML
20 lines
305 B
XML
<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>
|