image-srcset-basic-selection-width-2x-ref.html (228B)
1 <!DOCTYPE html> 2 <html reftest-zoom="2"> 3 <head> 4 <style>img { width: 50px; }</style> 5 </head> 6 <body> 7 <img src="200.png" width="50"> 8 <p>Ensure that width is honored and does not affect selection process</p> 9 </body> 10 </html>