summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/multicol-overflow-clip-positioned.html
blob: 184bfc7f18dadbade32192b777c6b21f345882af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<title>CSS Multi-column Layout Test: multicol with overflow-clipped positioned content</title>
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/">
<link rel="match" href="multicol-overflow-clip-positioned-ref.html">
<meta name="assert" content="Overflow clip for positioned content should work under multicol.">
<div style="columns: 2">
  <div style="height: 200px; overflow: hidden">
    <div style="height: 800px; background: blue; position: relative"></div>
  </div>
  <div style="height: 200px"></div>
</div>