summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/363858-1-ref.html
blob: a3dd401e0f6226814cab5e1ea3c67b59fe0fd96e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<div>
<select>
  <option>This is option one</option>
  <option>This is option two</option>
  <option>This is option three which is long</option>
  <option>This is option four</option>
</select>
</div>
<div>
<select size="3">
  <option>This is option one</option>
  <option>This is option two</option>
  <option>This is option three which is long</option>
  <option>This is option four</option>
</select>
<div>
</body>
</html>