tor-browser

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

legend-overlapping-right-border-1.html (176B)


      1 <!DOCTYPE html>
      2 <style>
      3  fieldset {
      4    min-width: 0;
      5    width: 0;
      6  }
      7  legend {
      8    width: 100px;
      9    height: 20px;
     10  }
     11 </style>
     12 <fieldset>
     13  <legend></legend>
     14 </fieldset>