tor-browser

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

multicol-floats-in-ifc.html (479B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
      3 <link rel="help" href="https://crbug.com/1283250">
      4 <div style="columns:2; column-fill:auto; height:10px; line-height:20px;">
      5  <div style="columns:1;">
      6    <div style="padding-top:1px; direction:rtl;">
      7      <span>
      8        <div style="display:inline-block; width:101%; height:1px;"></div>
      9      </span>
     10      <div style="float:left; width:1px; height:1px;"></div>
     11    </div>
     12  </div>
     13 </div>