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-scroll-content.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Test: Multi-column element with scrolled content</title>
<link rel="match" href="multicol-scroll-content-ref.html"/>
<div style="columns: 2; width: 200px; height: 100px; column-gap: 0">
<div style="overflow: scroll; height: 150px; background: red">
<div style="width: 400px; height: 400px; background: green; position: relative"></div>
</div>
</div>
<div style="columns: 2; width: 200px; height: 100px; column-gap: 0">
<div style="height: 100px"></div>
<div style="overflow: scroll; height: 150px; background: red">
<div style="width: 400px; height: 400px; background: green; position: relative"></div>
</div>
</div>