Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/select-element-multiple.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="select-element-multiple-ref.html">
<div style="display: flex; flex-direction: column; width: 100px;">
<select multiple>
<option>test</option>
</select>
</div>