tor-browser

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

orientation-1.html (231B)


      1 <!DOCTYPE html>
      2 <!-- Test that -moz-element() honors a target image's orientation metadata. -->
      3 <div style="width: 200px; height: 100px; background-image: -moz-element(#e);"></div>
      4 <img id="e" src="../image/image-exif-90-deg.jpg">