mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e767f7e199
--HG-- extra : rebase_source : 5b9b5224ded867b622613a41c535f8e335cfa549
19 lines
489 B
XML
19 lines
489 B
XML
<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>
|