summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/crashtests/121591-1.html
blob: b411a185187f5b7372941d517e66a654947e54a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<HTML>
<body>
<span>
<head><link></head>
   <table border=1>
    <tr><td>
     <table border=1 align="left">
      <tr><td></td></tr>
      <tr><td> 
	  <form>
	    <button></button>
      </form>
      </td></tr>
     </table>
    </td></tr>
   </table>
</span>
</body>
</html>