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