summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image/image-srcset-basic-selection-width-1x-ref.html
blob: b5e1718976a73c6d2a515c9e3e2d2ba7b20fbcb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>