summaryrefslogtreecommitdiffstats
path: root/sw/qa/extras/htmlimport/data/tdf155011.html
blob: b3bc7845b56a5378e5144a8a3c4ec65b62fb0b48 (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
<html>
 <body>
  <table>
   <tr>
    <td>
     <div id="foo1">
      <table>
       <tr>
        <td>
         <div id="foo2">
          <form>
           <table>
            <tr>
             <td>
              <input type="radio"/>
             </td>
            </tr>
           </table>
          </form>
          <div id="foo3"/>
          <div id="foo4"/>
         </div>
        </td>
       </tr>
      </table>
     </div>
    </td>
   </tr>
  </table>
 </body>
</html>