tor-browser

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

table-row-height.html (249B)


      1 <!doctype html>
      2 <link rel="match" href="table-row-height-ref.html">
      3 <table style="display: block">
      4  <tbody style="display: block">
      5    <tr style="display: block; border: 1px solid green" height="0">
      6      <td>Hey</td>
      7    </tr>
      8  </tbody>
      9 </table>