tor-browser

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

calc-percent-plus-0px-fixed-ref.html (238B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Simple calc expression in table layout</title>
      4 <table border style="table-layout: fixed; width: 200px">
      5  <tr>
      6    <td style="width: 50%">x</td>
      7    <td>y</td>
      8    <td>z</td>
      9  </tr>
     10 </table>