blob: 8dd12e7d2e2ffa77bdd4c3847d4282088f0826f0 [file] [log] [blame]
<!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>