tor-browser

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

table-caption-splitaftercaption-9.html (821B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
      2 "http://www.w3.org/TR/html4/strict.dtd">
      3 <html lang="en-US" class="reftest-paged">
      4 <head>
      5 <style type="text/css">
      6 div.filler {height:5px; width: 50px; border:thin solid blue;}
      7 div.spacer { height: 0px; width: 0px; padding: 20px;border:thin solid green;}
      8 caption {margin-top: 5px; margin-bottom:5px; caption-side:bottom}
      9 table {margin-top: 5px; margin-bottom:5px}
     10 tfoot div.spacer {border-color:orange;}
     11 tbody div.spacer{border-width: 4px}	
     12 </style>
     13 </head>
     14 <body>
     15 
     16 <table cellspacing="0" cellpadding="0">
     17 <caption><div class="spacer" style="padding-top:1060px"></div></caption>
     18 <tbody>
     19 <tr><td><div class="spacer"></div></td></tr>
     20 <tr><td><div class="spacer"></div></td></tr>
     21 </tbody>
     22 <tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
     23 </table>
     24 </body>
     25 </html>