Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 </style>
6 </head>
7 <body>
8 <div>
9 <select>
10 <optgroup>
11 <option>This is option one</option>
12 <option>This is option two</option>
13 <option>This is option three which is long</option>
14 <option>This is option four</option>
15 </optgroup>
16 </select>
17 </div>
18 <div>
19 <select size="3">
20 <optgroup>
21 <option>This is option one</option>
22 <option>This is option two</option>
23 <option>This is option three which is long</option>
24 <option>This is option four</option>
25 </optgroup>
26 </select>
27 <div>
28 </body>
29 </html>