mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
12 lines
228 B
HTML
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>
|