summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/file/dynamic-max-width-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/file/dynamic-max-width-ref.html')
-rw-r--r--layout/reftests/forms/input/file/dynamic-max-width-ref.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/file/dynamic-max-width-ref.html b/layout/reftests/forms/input/file/dynamic-max-width-ref.html
new file mode 100644
index 0000000000..1628c5fa30
--- /dev/null
+++ b/layout/reftests/forms/input/file/dynamic-max-width-ref.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML>
+<!--
+ Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/
+-->
+<html><head>
+ <meta charset="utf-8">
+ <title>Reference for dynamic-max-width.html</title>
+</head>
+<body>
+
+<input type=file dir=rtl>
+
+<br>
+
+<input type=file>
+
+
+</body>
+</html>