summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-dpr/image-with-content-dpr-and-explicit-dimensions-ref.html
blob: 27ce1be8b0d9b46f667da882d1c7903136a5aed0 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>Content-DPR: render natural size</title>
    <link rel="author" title="Noam Rosenthal" href="noam@webkit.org">
  </head>
  <body>
    <img src="resources/square.png" style="width: 100px; height: 120px" />
    <img src="resources/square.png" style="width: 100px; height: 120px" />
  </body>
</html>