tor-browser

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

fieldset-scroll-1.html (157B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4 <fieldset style="overflow:scroll; width:200px; height:200px; padding:0">
      5  <legend>Legend</legend>
      6 </fieldset>
      7 </body>
      8 </html>