tor-browser

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

transform-table-009-notref.html (496B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <style>
      7      table, tbody, tr, td {
      8        margin: 0;
      9        padding: 0;
     10        border-spacing: 0;
     11      }
     12    </style>
     13  </head>
     14  <body>
     15    <div>
     16      <table>
     17        <tbody>
     18          <tr>
     19            <td>
     20              <div>Some text</div>
     21            </td>
     22          </tr>
     23        </tbody>
     24      </table>
     25    </div>
     26  </body>
     27 </html>