1
0
Fork 0
firefox/testing/web-platform/mozilla/tests/css/file-selector-button-margin.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

10 lines
344 B
HTML

<!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>