Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/multicol-overflow-clip-positioned.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Multi-column Layout Test: multicol with overflow-clipped positioned content</title>
<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>