tor-browser

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

fieldset-resize-ref.html (210B)


      1 <!DOCTYPE html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  div {
      5    border: 1px solid;
      6    padding: 10px;
      7    resize: both;
      8    overflow: scroll;
      9    width: 100px;
     10    height: 100px;
     11  }
     12 </style>
     13 <div></div>