Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/line-clamp/line-clamp-auto-001-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: `line-clamp: auto` unresolved BFC offset crash</title>
<link rel="author" title="Andreu Botella" href="mailto:abotella@igalia.com">
<style>
.clamp {
line-clamp: auto;
max-height: 1.5lh;
}
</style>
<div class="clamp">
Line 1
<div>
<div></div>
</div>
Line 2
</div>