tor-browser

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

image-intrinsic-size.html (455B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Zoom affects image intrinsic sizes</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <link rel="author" title="Mozilla" href="https://mozilla.org">
      6 <link rel="help" href="https://drafts.csswg.org/css-viewport/#zoom-property">
      7 <link rel="match" href="background-image-ref.html">
      8 <style>
      9 img {
     10  vertical-align: top;
     11  zoom: .5;
     12 }
     13 </style>
     14 <img src="/images/pattern.png">