tor-browser

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

table-cell-as-multicol.html (438B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://www.w3.org/TR/css-multicol-1/#propdef-column-count">
      3 <link rel="match" href="table-cell-as-multicol-ref.html">
      4 <p>You should see the word 'PASS' below.</p>
      5 <div style="font-family:monospace;">
      6  <div style="display:table-cell; width:1em;">P</div>
      7  <div style="display:table-cell; width:3em; column-count:3; column-gap:0; orphans:1; widows:1;">
      8    A<br>
      9    S<br>
     10    S<br>
     11  </div>
     12 </div>