summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/css/file-selector-button-margin.html
blob: 46c1bd0e3efffffa26bda591979341a29c05a831 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS Test: margin can be used to shrink the spacing between the file selector button and its label</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1673895">
<link rel="mismatch" href="file-selector-margin-notref.html">
<style>
::file-selector-button {
  margin: 0;
}
</style>
<input type=file>