layout/base/crashtests/133410-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/133410-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<html>
     1.5 + <head>
     1.6 +  <title>Bug 133410</title>
     1.7 + </head>
     1.8 +
     1.9 + <body>
    1.10 +
    1.11 +  <table>
    1.12 +   <tr>
    1.13 +    <td>
    1.14 +     <form>
    1.15 +      <input type="text">
    1.16 +      <input type="submit" value="Search">
    1.17 +     <!-- note missing form close tag -->
    1.18 +    </td>
    1.19 +   </tr>
    1.20 +  </table>
    1.21 +
    1.22 +  <table>
    1.23 +   <span>
    1.24 +    <!-- simple animated gif -->
    1.25 +    <img src="../../../testing/crashtest/images/animfish.gif">
    1.26 +   </span>
    1.27 +  </table>
    1.28 +
    1.29 + </body>
    1.30 +</html>
    1.31 \ No newline at end of file

mercurial