select-combobox-print-notref.html (303B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS test reference</title> 4 <style> 5 select { 6 width: 100px; 7 color: transparent; 8 /* Makes mismatches less likely by not using rounded corners etc */ 9 appearance: none; 10 border: none; 11 background: none; 12 } 13 </style> 14 <select><option>abc</option></select>