summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/listbox-line-height-expected.html
blob: c5807566bc9129ba2f484eb19d20ff07df365b3e (plain)
1
2
3
4
5
6
7
8
9
<select multiple>
    <option>uno</option>
    <optgroup label=two>
        <option>dos</option>
    </optgroup>
    <option>tres</option>
    <option>cuatro</option>
    <option>cinco</option>
</select>