blob: 783fb03a3b06278b7d3284bee80ac123b0d10109 [file] [log] [blame]
Noam Rosenthalda544f82019-11-28 13:01:381<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>