mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-19 13:31:00 +00:00
11 lines
289 B
HTML
11 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>
|