wpt / css / css-flexbox / negative-item-margins-002-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-flexbox/negative-item-margins-002-crash.html

<!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>