summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/multicol-overflow-clip-positioned-ref.html
blob: 58f1d57bc39beed37d14eea0dc9c1cbc47c33717 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<div style="columns: 2">
  <div style="height: 200px; background: blue"></div>
  <div style="height: 200px"></div>
</div>