summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/395107-1-ref.html
blob: 176a29496657330a19d94913f99387d931554f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<body>

<select id="a" size="5">
<option>Option 1</option>
<option selected>Option 2</option>
<option selected>Option 3</option>
<option selected>Option 4</option>
</select>

</body>
</html>