summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip-ref.html
blob: 2503af6df34f3e3be6a8c6d880d67e2fe6fb9615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<meta charset="utf-8">
<style>
  .flex {
    display: flex;
    width: 100px;
    border: 1px solid;
  }
</style>
<div class="flex">
  <div>
    <div style="background: green; width: 150px; height: 50px;"></div>
  </div>
</div>