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-dropdown-vs-listbox.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=mismatch href="select-dropdown-vs-listbox-ref.html">
<!-- This should render as a drop-down box. -->
<select>
<option>one</option>
</select>