summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/file/size.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/file/size.html')
-rw-r--r--layout/reftests/forms/input/file/size.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/file/size.html b/layout/reftests/forms/input/file/size.html
new file mode 100644
index 0000000000..33606f935d
--- /dev/null
+++ b/layout/reftests/forms/input/file/size.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<!-- size should have no impact on <input type='file'>. -->
+<html>
+ <body>
+ <input type='file' size='5'>
+ <br>
+ <input type='file' multiple size='30'>
+ </body>
+</html>