tor-browser

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

column-intrinsic-size-aspect-ratio-crash.html (197B)


      1 <!doctype html>
      2 <link rel="issue" href="https://crbug.com/1142587" />
      3 
      4 <p>Test passes if it doesn't crash.</p>
      5 
      6 <div style="display: flex; aspect-ratio: 1/1; flex-flow: column; float: left"></div>