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