summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/widgets/the-select-element/select-size-001.html
blob: ad4055415d526f0e2d2d25fed5c0c152cdda8c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<title>select size=1 renders the same as plain select</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1643279">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="select-size-ref.html">
<select size="1">
  <option value ="1">1</option>
  <option value ="2">2</option>
  <option value ="3">3</option>
</select>