Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/bindings/the-select-element-0/listbox-option-in-div.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Options wrapped in a <div> render in a listbox select</title>
<link rel="match" href="listbox-option-in-div-ref.html">
<style>select { width: 60px; } option { padding-inline: 0; }</style>
<select size="4">
<div><option>a</option></div>
<div><option>b</option></div>
<div><option>c</option></div>
</select>