fune/testing/web-platform/tests/css/css-overflow/reference/webkit-line-clamp-040-ref.html
Emilio Cobos Álvarez 1ac22be3aa Bug 1790882 - Call ApplyLineClamp even with a definite computed block-size. r=dholbert
The previous implementation of line-clamp was relying on the flex
measuring reflow.

Differential Revision: https://phabricator.services.mozilla.com/D157371
2022-09-15 15:06:14 +00:00

16 lines
254 B
HTML

<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
.clamp {
font: 16px / 32px serif;
white-space: pre;
background-color: yellow;
height: 5em;
}
</style>
<div class="clamp">Line 1
Line 2…
Line 3
Line 4
Line 5</div>