[wpt-sync] Sync PR 49115 - [line-clamp] Hide atomic inlines and images after clamp
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49115 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49115
Details from upstream follow.
Andreu Botella <abotella@igalia.com> wrote:
[line-clamp] Hide atomic inlines and images after clamp
With line-clamp, all content after the clamp point in the layout tree
should be hidden for paint; however, atomic inlines and inline images
weren't. This patch fixes this.Bug: 40336192
Change-Id: I2dde3b5d4959f4019c12507b14776221f98d1c09
Reviewed-on: https://chromium-review.googlesource.com/6010756
WPT-Export-Revision: b0b8e6a7aa688570347ced748a4ece921e1651ed
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL: 2
Chrome
FAIL: 2
Safari
PASS: 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-overflow/line-clamp/line-clamp-032.tentative.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:PASS) - /css/css-overflow/line-clamp/line-clamp-033.tentative.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
https://hg.mozilla.org/mozilla-central/rev/f1e07d2aa673
https://hg.mozilla.org/mozilla-central/rev/1e8df451fcdb
Description
•