mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
11 lines
346 B
XML
11 lines
346 B
XML
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
|
|
<script>
|
|
window.addEventListener("load", function() {
|
|
setTimeout(function() {
|
|
document.documentElement.setCurrentTime(0);
|
|
document.documentElement.removeAttribute("class");
|
|
}, 0);
|
|
}, false);
|
|
</script>
|
|
<set id="c"/><set id="b" begin="c.begin; b.begin"/>
|
|
</svg>
|