tor-browser

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

image-with-content-dpr-and-explicit-dimensions.html (586B)


      1 <html>
      2  <head>
      3    <title>Content-DPR: with size attributes</title>
      4    <link rel="author" title="Noam Rosenthal" href="noam@webkit.org">
      5    <link rel="match" href="image-with-content-dpr-and-explicit-dimensions-ref.html" />
      6    <meta name="assert" content="Assert explicit width/height attributes to supercede content-dpr">
      7  </head>
      8  <body>
      9    <img src="resources/dpr.py?name=square.png&mimeType=image/png&dpr=4.0" width="100px" height="120px" />
     10    <img src="resources/dpr.py?name=square.png&mimeType=image/png&dpr=4.0" style="width: 100px; height: 120px;" />
     11  </body>
     12 </html>