summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/378413-1.xhtml
blob: c9ca6990a979a5a1bb726cb5123fa75b2582e7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>