tor-browser

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

fieldset-resize.html (300B)


      1 <!DOCTYPE html>
      2 <title>resize property on fieldset</title>
      3 <link rel="match" href="fieldset-resize-ref.html">
      4 <style>
      5  fieldset {
      6    margin: 0;
      7    border: 1px solid;
      8    padding: 10px;
      9    resize: both;
     10    overflow: scroll;
     11    width: 100px;
     12    height: 100px;
     13  }
     14 </style>
     15 <fieldset></fieldset>