tor-browser

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

cell-pref-width-border-box-ref.html (575B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4    <title>
      5        Test minimum cell width calculation
      6    </title>
      7    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
      8 </head>
      9 <body>
     10 <style type="text/css">
     11 table
     12 {
     13    vertical-align:top;
     14    empty-cells:show;
     15    border-collapse:collapse;
     16 }
     17 
     18 td
     19 {
     20    border: solid 1px black;
     21 }
     22 </style>
     23 <table>
     24 <tr>
     25 	<td>Test wrapping</td>
     26 </tr>
     27 </table>
     28 </body>
     29 </html>