summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/multiple-ref.html
blob: 70bdac6bc327acde545ad760c20fe314221cc0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <body>
    <select size='4'>
      <option>Tulip</option>
      <option>Lily</option>
      <option>Gagea</option>
      <option>Snowflake</option>
      <option>Ismene</option>
    </select>
  </body>
</html>