summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/negative-item-margins-002-crash.html
blob: 97b450df9a014bb309adec4c68b1bf5aca3314a5 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<title>Negative item margins</title>
<link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org" />
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#resolve-flexible-lengths" />

<p>Test passes if it doesn't crash.</p>

<div style="display: flex; flex-flow: column;">
  <div style="margin: -10px;"></div>
</div>