appearance-auto-input-non-widget-001.html (499B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Basic User Interface Test: appearance: auto on non-widget input elements</title> 4 <link rel="help" href="https://drafts.csswg.org/css-ui-4/#appearance-switching"> 5 <meta name="assert" content="The default widget type for these elements is none."> 6 <link rel="match" href="appearance-auto-input-non-widget-001-ref.html"> 7 <style> 8 input { appearance: auto; } 9 </style> 10 <input type="hidden" value="abc"> 11 <input type="image" value="def"> 12 <input type="file">