Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>CSS Overflow: `line-clamp: auto` root should prioritise max-height over height if max-height &lt; height</title>
<link rel="author" title="Seva Alipov" href="mailto:salipov@mozilla.com">
<style>
.match {
font: 16px / 32px serif;
background-color: yellow;
height: 3lh;
}
</style>
<div class=match>
Line 1<br>
Line 2<br>
Line 3&#8230;<br>
</div>