select-appearance-disabled.html (372B)
1 <!DOCTYPE html> 2 <meta name=fuzzy content="maxDifference=0-41;totalPixels=0-1"> 3 <link rel=author href="mailto:jarhar@chromium.org"> 4 <link rel=help href="https://github.com/w3c/csswg-drafts/issues/10857"> 5 <link rel=match href="select-appearance-disabled-ref.html"> 6 <style> 7 select { 8 appearance: base-select; 9 } 10 </style> 11 <select disabled> 12 <option>option</option> 13 </select>