summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/flexbox/flex-item-content-overflow-003.html
blob: d3a5b976ccd3fa0dc972b7b61b4a37ba9365e442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1417976">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns:2; column-fill:auto;">
  <div style="display:flex;">
    <div style="width:100px; max-height:50px;">
      <div style="height:50px; background:green;"></div>
      <div style="height:50px; background:red;"></div>
    </div>
  </div>
  <div style="position:relative; width:100px; height:50px; background:green;"></div>
</div>