summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/flex-minimum-height-flex-items-021.html
blob: ed8d1d425180615aa0f5193f891c1c313438f79c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<title>Flex transferred minimum height</title>
<link rel="author" title="dgrogan@chromium.org" href="mailto:dgrogan@chromium.org" />
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#transferred-size-suggestion" />
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html" />
<meta name="assert" content="min-height: auto honors transferred size suggestion subject to cross axis min/max sizes">

<p>Test passes if there is a filled green square.</p>

<div style="width:100px; height: 50px; background: green;"></div>
<div style="display: flex; flex-direction: column; height: 0px">
  <img src="support/300x150-green.png" style="width: 0px; min-width: 100px;">
</div>