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-auto-sized.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Multi-column Layout Test: multicol with overflow-clipped content</title>
<link rel="match" href="multicol-overflow-clip-auto-sized-ref.html">
<meta name="assert" content="Overflow clip sized to content should not clip even under multicol.">
<div style="columns: 2">
<div>Column1</div>
<div style="overflow: hidden; padding: 2px">Column2<br>Column2 line2</div>
</div>