file-selector-button-float.html (559B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>float shouldn't make file control button disappear</title> 4 <link rel="help" href="https://drafts.csswg.org/css-pseudo/#file-selector-button-pseudo"> 5 <link rel="help" href="https://bugzil.la/1827304"> 6 <link rel="mismatch" href="/css/reference/blank.html"> 7 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 8 <link rel="author" href="https://mozilla.org" title="Mozilla"> 9 <style> 10 input { 11 color: transparent; 12 } 13 input::file-selector-button { 14 float: left; 15 } 16 </style> 17 <input type=file>