1
0
Fork 0
firefox/testing/web-platform/tests/css/css-pseudo/file-selector-button-float.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

17 lines
559 B
HTML

<!doctype html>
<meta charset="utf-8">
<title>float shouldn't make file control button disappear</title>
<link rel="help" href="https://drafts.csswg.org/css-pseudo/#file-selector-button-pseudo">
<link rel="help" href="https://bugzil.la/1827304">
<link rel="mismatch" href="/css/reference/blank.html">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.org" title="Mozilla">
<style>
input {
color: transparent;
}
input::file-selector-button {
float: left;
}
</style>
<input type=file>