summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/widgets/the-select-element/select-size-ref.html
blob: fc3b3be6e55d23d56b33589511bcb3ee982ed289 (plain)
1
2
3
4
5
6
7
<!doctype html>
<title>Test reference.</title>
<select>
  <option value ="1">1</option>
  <option value ="2">2</option>
  <option value ="3">3</option>
</select>