Update web-platform-tests to revision da0a378536add99eaffc33f733b5960457bd38df

This commit is contained in:
WPT Sync Bot 2020-05-21 08:18:59 +00:00
parent b22e34fb74
commit bc7c10c2ce
150 changed files with 5753 additions and 3515 deletions

View file

@ -0,0 +1,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>