tor-browser

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

monolithic-item-in-fragmented-flexbox-crash.html (267B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1315004">
      3 <div style="height: 10px; column-count: 2; column-fill: auto;">
      4  <div style="display: flex;">
      5    <div style="height: 20px; contain: size;"></div>
      6  </div>
      7 </div>