summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/133410-1.html
blob: 345efbd03d9c3c2b17e5a9b4355f61724feb3cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
 <head>
  <title>Bug 133410</title>
 </head>

 <body>

  <table>
   <tr>
    <td>
     <form>
      <input type="text">
      <input type="submit" value="Search">
     <!-- note missing form close tag -->
    </td>
   </tr>
  </table>

  <table>
   <span>
    <!-- simple animated gif -->
    <img src="../../../testing/crashtest/images/animfish.gif">
   </span>
  </table>

 </body>
</html>