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