[wpt-sync] Sync PR 31399 - Only inflate contenteditable blocks at the first fragment.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31399 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31399
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Only inflate contenteditable blocks at the first fragment.
If a block is empty, it will usually fit inside one fragmentainer.
But not always. If there's tall borders/padding, for instance, we might
split the block into fragments. Never attempt to stretch the intrinsic
block-size of a fragment unless we're working on the first one, or else
we might end up creating an infinite number of them.Bug: 1261747
Change-Id: Ic9bc5c08259d39b39e3c7a5b6a49b197d1dd115a
Reviewed-on: https://chromium-review.googlesource.com/3245260
WPT-Export-Revision: 2ea28856a8827a9152cafe6f1096aa11d08df7d7
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Comment 5•3 years ago
|
||
bugherder |
Description
•