mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
14 lines
433 B
XML
14 lines
433 B
XML
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
|
|
<svg id="i" style="mask: url("#none");">
|
|
<marker id="markerEnd"/><polygon marker-end="url(#markerEnd)" points="250,150 200,150"/>
|
|
</svg>
|
|
<script>
|
|
|
|
window.addEventListener("MozReftestInvalidate", function() {
|
|
document.getElementById("i").style.mask = "url(#none)";
|
|
document.documentElement.removeAttribute("class");
|
|
}, false);
|
|
|
|
</script>
|
|
</svg>
|
|
|