Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/widgets/the-select-element/select-size-002.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>select size=0 renders the same as plain select</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="select-size-ref.html">
<select size="0">
<option value ="1">1</option>
<option value ="2">2</option>
<option value ="3">3</option>
</select>