tenfourfox/layout/reftests/image/image-srcset-basic-selection-width-10x-ref.html

12 lines
229 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html reftest-zoom="10">
<head>
<style>img { width: 50px; }</style>
</head>
<body>
<img src="300.png" width="50">
<p>Ensure that width is honored and does not affect selection process</p>
</body>
</html>