compute-kind-widget-fallback-select-listbox-ref.html (330B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Reference: Compute kind of widget - fallback - select-listbox</title> 4 <style> 5 #container { width: 500px; } 6 #select-listbox { 7 appearance: none; 8 } 9 </style> 10 <div id="container"> 11 <select multiple id="select-listbox"><option>select-listbox</option></select> 12 </div>