diff options
Diffstat (limited to 'layout/reftests/forms/input/file/button-height.html')
-rw-r--r-- | layout/reftests/forms/input/file/button-height.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/file/button-height.html b/layout/reftests/forms/input/file/button-height.html new file mode 100644 index 0000000000..b1094ad783 --- /dev/null +++ b/layout/reftests/forms/input/file/button-height.html @@ -0,0 +1,6 @@ +<!doctype html> +<style> + /* Android adds a border for some reason */ + input { border: 0 } +</style> +<input type="file" style="height: 400px"> |