select-button-min-height-001-ref.html (253B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Test Reference</title> 4 <style> 5 select, input, button { height: 100px; } 6 </style> 7 <div> 8 <select><option>Select</option></select> 9 <button>Button</button> 10 <input type="button" value="Input"> 11 </div>