tor-browser

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

resumed-float-and-inline-block-crash.html (378B)


      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=1249828">
      4 <div style="columns:3; column-fill:auto; height:100px;">
      5  <div style="float:left; width:50px; height:150px;"></div>
      6  <div style="display:inline-block; width:30px; height:10px;"></div>
      7 </div>