tor-browser

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

block-in-inline-010-crash.html (556B)


      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=1495515">
      4 <div style="columns:10; column-fill:auto; height:100px;">
      5  <div style="height:50px;"></div>
      6  <span>
      7    <div id="e58" style="float:left; width:70%;">
      8      <div style="float:left; width:100%; height:60px; contain:size;"></div>
      9    </div>
     10    <div style="height:10px;"></div>
     11  </span>
     12 </div>
     13 <script>
     14  document.body.offsetTop;
     15  e58.style.cssFloat = "none";
     16 </script>