mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
16 lines
563 B
XML
16 lines
563 B
XML
<svg xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
class="reftest-wait" transform="translate(100,0)">
|
|
<script xlink:href="../smil-util.js" type="text/javascript"/>
|
|
<script type="text/javascript">
|
|
function doTest() {
|
|
setTimeAndSnapshot(101, true);
|
|
}
|
|
window.addEventListener("MozReftestInvalidate", doTest, false);
|
|
</script>
|
|
|
|
<animateMotion by="-100, 0" begin="100" dur="1" fill="freeze"/>
|
|
|
|
<!-- Big green background to match lime.svg -->
|
|
<rect width="100%" height="100%" fill="lime"/>
|
|
</svg>
|