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-display-contents.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>A display:contents option renders in a listbox select</title>
<link rel="match" href="listbox-option-display-contents-ref.html">
<style>select { width: 60px; } option { padding-inline: 0; }</style>
<select size="4">
<option>a</option>
<option style="display:contents">b</option>
<option>c</option>
</select>