tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

439639-1-ref.html (357B)


      1 <html>
      2 
      3 <!-- This bug is quirksmode only -->
      4 <head>
      5 
      6 
      7 <title>Table Test</title>
      8 
      9 </head>
     10 <body>
     11 <div style="height:200px; background:gold">
     12 
     13 <table>
     14 
     15  <tbody style="height:100px; background:silver">
     16  
     17   <tr><td><a href='#' id="target"> click me (should not move me) </a></td></tr>
     18  
     19  </tbody>
     20 
     21 </table>
     22 
     23 </div>
     24 </body>
     25 </html>