tor-browser

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

zero-content-size-with-scrollbar-crash.html (270B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#flex-containers">
      3 <meta name="assert" content="This test passes if the renderer does not crash."/>
      4 <div style="display: flex;">
      5  <div style="max-width: 0px; overflow: scroll;"></div>
      6 </div>