Home | History | Annotate | Download | only in manual-tests

Lines Matching full:label

16     <optgroup label="Group one"></optgroup>
19 <optgroup label="Group two"> </optgroup>
21 <!-- for an optgroup without a label, IE will show an empty, unselectable row.
29 <option value="2">Item inside an optgroup without a label</option>
32 <!-- for an optgroup with an empty label, IE will show an empty,
35 <optgroup label="">
36 <option value="3">Item inside an optgroup with an empty label</option>
41 <optgroup label="Group three">
45 <optgroup label="Nested group 1"></optgroup>
46 <optgroup label="Nested group 2">
47 <optgroup label="Nested group 3">
64 <li>Item inside an optgroup without a label</li>
66 <li>Item inside an optgroup with an empty label</li>