tor-browser

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

hyphens-auto-min-content-ref-1.html (251B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>CSS Test Reference</title>
      4 <style>
      5  div {
      6    /* No hyphens means the min-content is the whole string in this case */
      7    width: min-content;
      8    border: 1px solid green;
      9  }
     10 </style>
     11 <div>2020-12-12</div>