<!DOCTYPE html> | |
<html> | |
<body> | |
<!-- | |
[Qt]The minimum size of the select menu list is incorrect for qtwebkit | |
https://bugs.webkit.org/show_bug.cgi?id=56752 | |
It is to make sure the min width of select-list with empty option should be width of one char | |
--> | |
<select> | |
<option></option> | |
</select> | |
</body> | |
</html> |