tor-browser

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

image-orientation-none-ref.html (1181B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Images Module Level 3: image-orientation: none</title>
      6 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
      7 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
      8 <style>
      9    body {
     10        overflow: hidden;
     11    }
     12    div {
     13        display: inline-block;
     14        width: 100px;
     15        vertical-align: top;
     16    }
     17 </style>
     18 </head>
     19 <body>
     20    <p>The images should not rotate respecting their EXIF orientation because
     21       image-orientation: none is specified.</p>
     22    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     23    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     24    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     25    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     26    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     27    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     28    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     29    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     30    <div><img src="../support/exif-orientation-1-ul.jpg"></div>
     31 </body>
     32 </html>