tor-browser

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

image-orientation-iframe.html (558B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Images Module Level 3: image-orientation does not apply to iframe contents</title>
      4 <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
      5 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
      6 <link rel="match" href="reference/image-orientation-iframe-ref.html">
      7 <style>
      8 .no-orient { image-orientation: none; }
      9 </style>
     10 <iframe src="support/exif-orientation-2-ur.jpg"></iframe>
     11 <iframe src="support/exif-orientation-2-ur.jpg" class="no-orient"></iframe>