summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image/image-orientation-dynamic.html
blob: f58cb600d96a5c69cc12f88c5755ed60af83d490 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>