tor-browser

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

negative-item-margins-002-crash.html (355B)


      1 <!DOCTYPE html>
      2 <title>Negative item margins</title>
      3 <link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org" />
      4 <link rel="help" href="https://drafts.csswg.org/css-flexbox/#resolve-flexible-lengths" />
      5 
      6 <p>Test passes if it doesn't crash.</p>
      7 
      8 <div style="display: flex; flex-flow: column;">
      9  <div style="margin: -10px;"></div>
     10 </div>