mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision da0a378536add99eaffc33f733b5960457bd38df
This commit is contained in:
parent
b22e34fb74
commit
bc7c10c2ce
150 changed files with 5753 additions and 3515 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue