tor-browser

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

nested-multicol-fieldset-tall-trailing-padding.html (509B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1318137">
      4 <div style="columns:2; height:100px; column-fill:auto;">
      5  <div style="height:10px;"></div>
      6  <div style="columns:1; height:100px; column-fill:auto;">
      7    <fieldset style="height:100px; border:none; padding:0; margin:0; padding-top:1px; padding-bottom:20px;">
      8      <legend></legend>
      9      x
     10    </fieldset>
     11  </div>
     12 </div>