tor-browser

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

nested-multicol-fieldset-tall-trailing-border-freeze.html (549B)


      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=1323250">
      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; border:1px solid; padding-bottom:19px;">
      8      <legend style="padding:0; margin:0;"></legend>
      9      <div></div>
     10    </fieldset>
     11  </div>
     12 </div>