| Noam Rosenthal | da544f8 | 2019-11-28 13:01:38 | [diff] [blame] | 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> |