tor-browser

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

dynamic-text-indent-table-cell-ref.html (138B)


      1 <!DOCTYPE html>
      2 <html>
      3  <table>
      4    <tr>
      5      <td style="text-indent: 50px">
      6        Some text
      7      </td>
      8    </tr>
      9  </table>
     10 </html>