tenfourfox/layout/reftests/image/image-srcset-basic-selection-width-2x-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
228 B
HTML

<!DOCTYPE html>
<html reftest-zoom="2">
<head>
<style>img { width: 50px; }</style>
</head>
<body>
<img src="200.png" width="50">
<p>Ensure that width is honored and does not affect selection process</p>
</body>
</html>