[wpt-sync] Sync PR 25965 - [layout] Fix -webkit-line-clamp with text-overflow: ellipsis
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25965 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25965
Details from upstream follow.
b'Ian Kilpatrick <ikilpatrick@chromium.org>' wrote:
[layout] Fix -webkit-line-clamp with text-overflow: ellipsis
Previously we'd apply line truncation when either -webkit-line-clamp
was active, or if "text-overflow: ellipsis" was active.This patch disables the "text-overflow: ellipsis" branch when we are
within a -webkit-line-clamp context.Bug: 1134483
Change-Id: I5ceb40732bd512e5eb8dc59365e10c4fdd4cf15d
Reviewed-on: https://chromium-review.googlesource.com/2447610
WPT-Export-Revision: aa3d96d6d370cc75b0f389236de7853b5a9bc2f9
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
PASS: 2
Chrome
FAIL: 2
Safari
FAIL: 2
Links
Comment 4•5 years ago
|
||
| bugherder | ||
Description
•