Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/flex-minimum-height-flex-items-020.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Flex transferred minimum height</title>
<link rel="author" title="dgrogan@chromium.org" href="mailto:dgrogan@chromium.org" />
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html" />
<meta name="assert" content="min-height: auto honors transferred size suggestion">
<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: 100px">
</div>