summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/multicol-overflow-clip-ref.html
blob: c061a1d6114572c307d058f545e4828e4910250a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<style>
.multicol {
  column-count: 3;
}
.parent {
  background: green;
  height: 50px;
}
</style>
<div class="multicol">
  <div class="parent"></div>
  <div class="parent"></div>
  <div class="parent"></div>
</div>