summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/image-nested-within-definite-column-flexbox.html
blob: 7bfeb4de6539f7250b66bd06669c643fdf0f187f (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1233330">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="background: green; height: 100px; width: min-content; display:flex; flex-direction:column;">
  <div style="height:100%;">
    <img style="min-height: 100%;" src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1px' height='1px'></svg>" />
  </div>
</div>