trisquel-icecat/icecat/testing/web-platform/tests/compat/webkit-box-clamp-bottom-border-ref.html

12 lines
191 B
HTML

<!DOCTYPE html>
<style>
#wb {
white-space: pre;
border-bottom: red 14px solid;
}
</style>
<p>Line-clamp should respect bottom-border.
<p id="wb">Line 1
Line 2
Line 3&#x2026;
</p>