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-hr-listbox.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="mismatch" href="select-hr-listbox-notref.html">
<title>hr renders in listbox select</title>
<select size="10">
<option>A</option>
<hr>
<option>B</option>
<option>C</option>
</select>