gecko-dev/layout/html/tests/formctls/base/select_small_sizes.html

59 строки
680 B
HTML

<!DOCTYPE html>
<html>
<body>
0px: <select style="width: 0">
<option>aaa</option>
</select>
<hr>
1px: <select style="width: 1px">
<option>aaa</option>
</select>
<hr>
2px: <select style="width: 2px">
<option>aaa</option>
</select>
<hr>
3px: <select style="width: 3px">
<option>aaa</option>
</select>
<hr>
4px: <select style="width: 4px">
<option>aaa</option>
</select>
<hr>
5px: <select style="width: 5px">
<option>aaa</option>
</select>
<hr>
6px: <select style="width: 6px">
<option>aaa</option>
</select>
<hr>
7px: <select style="width: 7px">
<option>aaa</option>
</select>
<hr>
10px: <select style="width: 10px">
<option>aaa</option>
</select>
</body>
</html>