tor-browser

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

fieldset-scroll-1-ref.html (185B)


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