summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/378413-1.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/forms/crashtests/378413-1.xhtml')
-rw-r--r--layout/forms/crashtests/378413-1.xhtml16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/forms/crashtests/378413-1.xhtml b/layout/forms/crashtests/378413-1.xhtml
new file mode 100644
index 000000000..c9ca6990a
--- /dev/null
+++ b/layout/forms/crashtests/378413-1.xhtml
@@ -0,0 +1,16 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<body style="direction: rtl;">
+
+<form style="display: -moz-deck; width: 1em;">
+<fieldset>
+ <legend>Your name</legend>
+ <input type="text" name="name" size="20"/>
+</fieldset>
+<fieldset>
+ <legend>Your E-mail address</legend>
+ <input type="text" name="email" size="25"/>
+</fieldset>
+</form>
+
+</body>
+</html>