summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/boguskids.html
blob: 102f820c84d179432f86c81043aab8ab63a9aea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <body>
    <select size="10">
      Shouldn't see me
      <option>one</option>
      Or me
      <option>two</option>
      <optgroup>
        I should hide too
        <option>three</option>
        And me too
        <option>four</option>
      </optgroup>
      And I
    </select>
  </body>
</html>