summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/listbox-group-indent-expected.html
blob: 26f6b791e8af3191fc61319e8971bc1b522fa3ec (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<select size=20>
  <optgroup label=group>
    <option>apple</option>
    <option>banana</option>
    <option>durian</option>
  </optgroup>
  <option>cherry</option>
</select>