tor-browser

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

fieldset-overflow-hidden.html (330B)


      1 <!DOCTYPE html>
      2 <title>fieldset and overflow</title>
      3 <link rel=match href=fieldset-overflow-hidden-ref.html>
      4 <style>
      5 fieldset { margin:0; padding: 0; overflow: hidden; border: none; border-top: 1em solid transparent; }
      6 legend { padding: 0; }
      7 </style>
      8 <p>It should say PASS below.</p>
      9 <fieldset>
     10 <legend>PASS</legend>
     11 </fieldset>