mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
10 lines
264 B
HTML
10 lines
264 B
HTML
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<br id="x" style="transform-style: preserve-3d;">
|
||
|
|
<script>
|
||
|
|
document.addEventListener("MozReftestInvalidate", function() {
|
||
|
|
document.getElementById("x").style.transform = "scale(2, 2)";
|
||
|
|
});
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|