tor-browser

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

font-variant-caps-invalidation-container-sizing-ref.html (237B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 #container {
      6  width: min-content;
      7  border: 1px solid black;
      8  font-size: 100px;
      9  font-variant-caps: all-small-caps;
     10 }
     11 </style>
     12 </head>
     13 <body>
     14  <div id="container">
     15    X
     16  </div>
     17 </body>
     18 </html>