tor-browser

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

image-orientation-explicit-none.html (445B)


      1 <!DOCTYPE>
      2 <head>
      3  <style>
      4    body {
      5      border:  0px;
      6      margin:  0px;
      7      padding: 0px;
      8    }
      9    img {
     10      border:  50px solid black;
     11      margin:  50px;
     12      padding: 50px;
     13      image-orientation: none;
     14    }
     15  </style>
     16 </head>
     17 <body>
     18  <!-- This is deliberately an image with a non-neutral inherent orientation to
     19       ensure that the inherent orientation is irrelevant. -->
     20  <img src="image-exif-90-deg-flip.jpg">
     21 </body>