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