Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/file-selector-button-margin.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Test: margin can be used to shrink the spacing between the file selector button and its label</title>
<link rel="mismatch" href="file-selector-margin-notref.html">
<style>
::file-selector-button {
margin: 0;
}
</style>
<input type=file>