tor-browser

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

fieldset-border-gap-negative-margin.html (392B)


      1 <!DOCTYPE html>
      2 <title>fieldset border gap with negative margin</title>
      3 <link rel=match href=no-red-ref.html>
      4 <style>
      5 fieldset { border:none; border-left: 100px solid red; margin: 0; padding: 0; height:100px; }
      6 legend { padding: 0; margin-left: -100px; width: 100px; height: 100px; transform: rotate(45deg); }
      7 </style>
      8 <p>There should be no red.</p>
      9 <fieldset>
     10 <legend></legend>
     11 </fieldset>