summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/compat/webkit-box-clamp-bottom-border-ref.html
blob: c759c4c7d7095a56f0f6b0c81868dd46268012c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>