chromium/third_party/blink/web_tests/fast/forms/select/selectlist-minsize.html

<!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>