1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-18 06:19:27 +00:00
Files
UXP/layout/reftests/image/image-orientation-dynamic.html
T

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>