Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Options wrapped in a &lt;div&gt; render in a listbox select</title>
<link rel="match" href="listbox-option-in-div-ref.html">
<link rel="help" href="https://bugzil.la/2056610">
<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>