Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-select-element/select-multiple-size-4.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="select-multiple-size-4-ref.html">
<select multiple size=4>
<option>one</option>
<option>two</option>
<option>three</option>
</select>