diff options
Diffstat (limited to 'layout/reftests/forms/input/file/width-clip.html')
-rw-r--r-- | layout/reftests/forms/input/file/width-clip.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/file/width-clip.html b/layout/reftests/forms/input/file/width-clip.html new file mode 100644 index 0000000000..d4acd7e27f --- /dev/null +++ b/layout/reftests/forms/input/file/width-clip.html @@ -0,0 +1,3 @@ +<div><input type="file" style="width: 5px"></div> +<div><input type="file" style="width: 500px"></div> + |