summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/138725-1.html
blob: 8fe5721cca951cafe26c7564e4e82f37b40fe53b (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
28
29
30
31
32
<html>
   <body>
      <table>
         <tr>
            <td>
               <span>
                  <span>
                     <head>
                        <title></title>
                     </head>
                     <table>
                        <tr>
                           <td>
                              <table align="left">
                                 <tr>
                                    <td>
                                       <form>
                                          <input type="submit" value="ApplyForThisPosition">
                                       </form>
                                    </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                  </span>
               </span>
            </td>
         </tr>
      </table>
   </body>
</html>