image-pseudo-element-content-dpr-ref.html (435B)
1 <html> 2 <head> 3 <title>Content-DPR: pseudo elements</title> 4 <link rel="author" title="Noam Rosenthal" href="noam@webkit.org"> 5 <meta name="assert" content="Assert that content-dpr is taken into account for images in pseudo-elements"> 6 </head> 7 <body> 8 The following squares should be identical <br /> 9 <img src="resources/square.png" width="50" /> 10 <img src="resources/square.png" width="50" /> 11 </body> 12 </html>