tor-browser

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

remove-caption-from-anon-table-ref.html (203B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <table style="display: block">
      4  <tbody>
      5    <tr>
      6      <th>Header</th>
      7    </tr>
      8    <tr>
      9      <td>Some long long long content</td>
     10    </tr>
     11  </tbody>
     12 </table>