tor-browser

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

image-in-fragmented-flexbox-001-crash.html (257B)


      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;">
      4  <div style="display: flex; height: 8px;">
      5    <img src="somelink" height="20" width="156">
      6  </div>
      7 </div>