tor-browser

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

table-cell-inline-size-box-sizing-quirks-ref.html (218B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  td {
      5    width: 50px;
      6    padding: 10px;
      7    border: 1px solid black;
      8    box-sizing: border-box;
      9  }
     10 </style>
     11 <table>
     12  <tr>
     13    <td>A</td>
     14  </tr>
     15 </table>