Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-pseudo/file-selector-button-float.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<title>float shouldn't make file control button disappear</title>
<link rel="mismatch" href="/css/reference/blank.html">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<style>
input {
color: transparent;
}
input::file-selector-button {
float: left;
}
</style>
<input type=file>