diff options
Diffstat (limited to 'testing/web-platform/mozilla/tests/css/file-selector-button-margin.html')
-rw-r--r-- | testing/web-platform/mozilla/tests/css/file-selector-button-margin.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/css/file-selector-button-margin.html b/testing/web-platform/mozilla/tests/css/file-selector-button-margin.html new file mode 100644 index 0000000000..46c1bd0e3e --- /dev/null +++ b/testing/web-platform/mozilla/tests/css/file-selector-button-margin.html @@ -0,0 +1,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> |