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