mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
10 lines
289 B
HTML
10 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<img src="big.png">
|
|
<script>
|
|
document.addEventListener("MozReftestInvalidate", function() {
|
|
document.querySelector("img").style.imageOrientation = "90deg";
|
|
document.documentElement.className = "";
|
|
});
|
|
</script>
|
|
</html>
|