tor-browser

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

before-after-table-whitespace-001-ref.xht (796B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
      2 <style type="text/css">
      3 div { border:1px solid green; margin:5px; }
      4 </style>
      5 </head>
      6 
      7 <body>
      8 <div>
      9   <table><tbody><tr><td>Cell0</td><td></td></tr>
     10                 <tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>
     11 </div>
     12 <div>
     13   <table><tbody><tr><td></td><td>Cell0</td></tr>
     14                 <tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>
     15 </div>
     16 <div>
     17   <table><tbody><tr><td></td><td>Cell0</td></tr>
     18                 <tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>
     19 </div>
     20 <div>
     21   <table><tbody><tr><td></td><td>Cell0</td></tr>
     22                 <tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>
     23 </div>
     24 
     25 
     26 </body></html>