tor-browser

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

fragmented-oof-in-inline-crash.html (451B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1290093">
      3 <div style="columns:2;">
      4  <span style="position:relative;">
      5    <div style="position:absolute;"></div>
      6    <div id="spanner" style="column-span:all;"></div>
      7  </span>
      8 </div>
      9 <script>
     10  document.body.offsetTop;
     11  // This doesn't actually affect layout, but changing display type requires re-attach.
     12  spanner.style.display = "flow-root";
     13 </script>