tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

image-orientation-dynamic.html (407B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <style>
      4    body {
      5      border:  0px;
      6      margin:  0px;
      7      padding: 0px;
      8    }
      9  </style>
     10  <img src="image-exif-180-deg.jpg">
     11  <script>
     12    document.addEventListener("MozReftestInvalidate", function() {
     13      document.querySelector("img").style.imageOrientation = "from-image";
     14      document.documentElement.className = "";
     15    });
     16  </script>
     17 </html>