summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/363858-4.html
blob: 6a7bef2dd0ed2cdc5a1687977d2c51b4b5d12768 (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
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<style>
div { width: 0 }
option { white-space: normal }
optgroup { white-space: normal }
* { -moz-appearance: none }
</style>
</head>
<body>
<div>
<select>
  <optgroup>
  <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>
  </optgroup>
</select>
</div>
<div>
<select size="3">
  <optgroup>
  <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>
  </optgroup>
</select>
<div>
</body>
</html>