blob: 041b493d3eabe0bca3ce3f60d00fc4ec58c41f3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|