layout/forms/crashtests/378413-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/forms/crashtests/378413-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<body style="direction: rtl;">
     1.6 +
     1.7 +<form style="display: -moz-deck; width: 1em;">
     1.8 +<fieldset>
     1.9 +  <legend>Your name</legend>
    1.10 +  <input type="text" name="name" size="20"/>
    1.11 +</fieldset>
    1.12 +<fieldset>
    1.13 +  <legend>Your E-mail address</legend>
    1.14 +  <input type="text" name="email" size="25"/>
    1.15 +</fieldset>
    1.16 +</form>
    1.17 +
    1.18 +</body>
    1.19 +</html>

mercurial