summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/select-list-box-with-height.html
blob: d8819e35c01ab7f4e852408a993f95656f931bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<p>The select below has a size of 3, but a much larger height.</p>
<select size="3" style="height: 250px;">
    <option>one</option>
    <option>two</option>
    <option>three</option>
    <option>four</option>
    <option>five</option>
    <option>six</option>
    <option>seven</option>
    <option>eight</option>
    <option>nine</option>
    <option>ten</option>
    <option>eleven</option>
    <option>twelve</option>
    <option>thirteen</option>
</select>