зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
229 B
HTML
12 строки
229 B
HTML
|
|
||
|
<!DOCTYPE html>
|
||
|
<html reftest-zoom="0.5">
|
||
|
<head>
|
||
|
<style>img { width: 50px; }</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<img src="50.png" width="50">
|
||
|
<p>Ensure that width is honored and does not affect selection process</p>
|
||
|
</body>
|
||
|
</html>
|