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