mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
11 lines
229 B
HTML
11 lines
229 B
HTML
|
|
<!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>
|